[BusyBox] Re: v0.50

Larry Doolittle ldoolitt at recycle.lbl.gov
Fri Feb 16 01:33:40 UTC 2001


Mark -

> If you have the time and disposition, I will gladly accept a patch
> from you (or anyone else) to fix these.

Two of them are trivial, more || defined BB_FOO stuff is needed
in utility.c.  Patch appended.

pivot_root is a non-problem, it's just useless (and detects that
at compile-time) on older systems like mine.

I think the fix for fbset is for someone to write a usage string.
I'm not qualified, I've never run any version of fbset in my life.

The dpkg errors confuse me.  Maybe the author can help out.

      - Larry


diff -urN /home/ldoolitt/cvs/busybox/utility.c busybox-regress/utility.c
--- /home/ldoolitt/cvs/busybox/utility.c	Wed Feb 14 14:28:49 2001
+++ busybox-regress/utility.c	Thu Feb 15 17:22:39 2001
@@ -1362,7 +1362,7 @@
 #endif
 
 #if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || \
-	defined BB_DPKG_DEB || defined BB_TAR
+	defined BB_DPKG_DEB || defined BB_TAR || defined BB_LN
 # ifndef DMALLOC
 extern char * xstrdup (const char *s) {
 	char *t;
@@ -1731,7 +1731,7 @@
 	}
 }
 
-#if defined BB_DD || defined BB_TAIL
+#if defined BB_DD || defined BB_TAIL || defined BB_STTY
 unsigned long parse_number(const char *numstr,
 		const struct suffix_mult *suffixes)
 {





More information about the busybox mailing list