common BUFSIZ BSS buffer, small reduce code, data and bss

This commit is contained in:
"Vladimir N. Oleynik"
2005-10-15 10:23:55 +00:00
parent 84e7511607
commit 6f347ef9dc
11 changed files with 34 additions and 33 deletions

View File

@ -101,3 +101,6 @@ const char * const bb_default_login_shell = LIBBB_DEFAULT_LOGIN_SHELL;
const char * const bb_dev_null = "/dev/null";
#endif
#ifdef L_bb_common_bufsiz1
char bb_common_bufsiz1[BUFSIZ+1];
#endif