summaryrefslogtreecommitdiffstats
path: root/src/s_lpipes.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_lpipes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_lpipes.c b/src/s_lpipes.c
index 0f0529a..dc5feea 100644
--- a/src/s_lpipes.c
+++ b/src/s_lpipes.c
@@ -12,7 +12,6 @@
#include <libft.h>
#include <stdlib.h>
-#include <stdint.h>
#include <sys/types.h>
#ifdef __linux__
# include <linux/limits.h>
@@ -85,7 +84,7 @@ struct s_lpipes *s_split_pipes(const char word[], t_msh *msh)
struct s_lpipes *lpipes;
size_t pos[256];
char tmp[ARG_MAX];
- int16_t i;
+ short i;
ft_bzero(pos, 256 * sizeof(size_t));
s_get_split_pos(pos, word);