diff options
| author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-15 10:23:55 +0000 |
|---|---|---|
| committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-15 10:23:55 +0000 |
| commit | 247a3694036baa952f6dee076b04b7a58ca7df59 (patch) | |
| tree | 5fc98f67e92bb2eca75d33940a4f8698bb216f3a /libbb | |
| parent | 1b47ba10db00a05de229d503090f5f36a1de552b (diff) | |
| download | busybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.tar.gz busybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.tar.bz2 busybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.zip | |
common BUFSIZ BSS buffer, small reduce code, data and bss
git-svn-id: svn://busybox.net/trunk/busybox@11867 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/Makefile.in | 3 | ||||
| -rw-r--r-- | libbb/messages.c | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 69f8779d2..fb4910018 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
| @@ -47,7 +47,8 @@ LIBBB_MOBJ0:=full_version.o \ | |||
| 47 | can_not_create_raw_socket.o perm_denied_are_you_root.o \ | 47 | can_not_create_raw_socket.o perm_denied_are_you_root.o \ |
| 48 | shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \ | 48 | shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \ |
| 49 | securetty_file.o motd_file.o \ | 49 | securetty_file.o motd_file.o \ |
| 50 | msg_standard_input.o msg_standard_output.o shell_file.o bb_dev_null.o | 50 | msg_standard_input.o msg_standard_output.o shell_file.o \ |
| 51 | bb_dev_null.o bb_common_bufsiz1.o | ||
| 51 | 52 | ||
| 52 | LIBBB_MSRC1:=$(srcdir)/xfuncs.c | 53 | LIBBB_MSRC1:=$(srcdir)/xfuncs.c |
| 53 | LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ | 54 | LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ |
diff --git a/libbb/messages.c b/libbb/messages.c index 9a77aa64b..e11dddc50 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
| @@ -101,3 +101,6 @@ const char * const bb_default_login_shell = LIBBB_DEFAULT_LOGIN_SHELL; | |||
| 101 | const char * const bb_dev_null = "/dev/null"; | 101 | const char * const bb_dev_null = "/dev/null"; |
| 102 | #endif | 102 | #endif |
| 103 | 103 | ||
| 104 | #ifdef L_bb_common_bufsiz1 | ||
| 105 | char bb_common_bufsiz1[BUFSIZ+1]; | ||
| 106 | #endif | ||
