diff options
Diffstat (limited to 'usr.bin/rctl/rctl.c')
-rw-r--r-- | usr.bin/rctl/rctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c index b534258..9153036 100644 --- a/usr.bin/rctl/rctl.c +++ b/usr.bin/rctl/rctl.c @@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$"); #include <stdlib.h> #include <string.h> -#define RCTL_DEFAULT_BUFSIZE 4096 +#define RCTL_DEFAULT_BUFSIZE 128 * 1024 static id_t parse_user(const char *s) |