diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-07 17:43:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-07 17:43:32 +0000 |
commit | 6067c08145a7c69b251e3ae002334bc4953f81c2 (patch) | |
tree | 42e980a4f409667c40894fa6fc4ece742c644729 | |
parent | 2afcbe436fcfee169fbbe95984134c0fac03e46d (diff) | |
download | busybox-w32-6067c08145a7c69b251e3ae002334bc4953f81c2.tar.gz busybox-w32-6067c08145a7c69b251e3ae002334bc4953f81c2.tar.bz2 busybox-w32-6067c08145a7c69b251e3ae002334bc4953f81c2.zip |
With nightmares of libbb ending up with 100 .c files starting
with "bb_" it seems best to rename this now and avoid starting
an evil KDE style naming trend.
-rw-r--r-- | libbb/Makefile.in | 2 | ||||
-rw-r--r-- | libbb/xgetlarg.c (renamed from libbb/bb_xgetlarg.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 09c629eca..6d2475bcf 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -43,7 +43,7 @@ LIBBB_SRC:= \ | |||
43 | setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ | 43 | setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ |
44 | time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \ | 44 | time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \ |
45 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c xfuncs.c \ | 45 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c xfuncs.c \ |
46 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c bb_xgetlarg.c | 46 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c |
47 | 47 | ||
48 | 48 | ||
49 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC)) | 49 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC)) |
diff --git a/libbb/bb_xgetlarg.c b/libbb/xgetlarg.c index 598b0b3d6..598b0b3d6 100644 --- a/libbb/bb_xgetlarg.c +++ b/libbb/xgetlarg.c | |||