diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 3febe7645..fbd882c43 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -54,7 +54,7 @@ WTMP_FILE; | |||
54 | # error unknown path to wtmp file | 54 | # error unknown path to wtmp file |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | char bb_common_bufsiz1[(BUFSIZ > 256*sizeof(void*) ? BUFSIZ : 256*sizeof(void*)) + 1]; | 57 | char bb_common_bufsiz1[COMMON_BUFSIZE]; |
58 | 58 | ||
59 | struct globals; | 59 | struct globals; |
60 | /* Make it reside in R/W memory: */ | 60 | /* Make it reside in R/W memory: */ |