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 /libbb | |
parent | 2afcbe436fcfee169fbbe95984134c0fac03e46d (diff) | |
download | busybox-6067c08145a7c69b251e3ae002334bc4953f81c2.tar.gz |
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.
Diffstat (limited to 'libbb')
-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:= \ setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \ vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c xfuncs.c \ - xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c bb_xgetlarg.c + xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c 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 |