diff options
Diffstat (limited to 'rpt.c')
-rw-r--r-- | rpt.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -#define _GNU_SOURCE /* getopt_long */ +#include "config.h" #include <errno.h> #include <fcntl.h> @@ -10,10 +10,8 @@ #include <sys/wait.h> #include <unistd.h> -#define VERSION "1.1.3" - /* Size of the buffer used to clone stdin. */ -#define BUFSIZE 8000 +#define BUFSIZE (1 << 12) /* Exit status */ #define EXIT_SUCCESS 0 |