aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-19 16:55:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-19 16:55:27 +0000
commit1d961a851d66587c93a183d763e1067ca43ef56c (patch)
tree8262e023a17fdaf0dc5982d7d49d801c6596a2d4 /debian
parent5fb749a0320175f2cf7d1558908a448dea640f51 (diff)
downloadbusybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.tar.gz
busybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.tar.bz2
busybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.zip
This has two patches. First it moves interface.c to libbb (it is
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine. git-svn-id: svn://busybox.net/trunk/busybox@2379 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian')
-rw-r--r--debian/Config.h-deb8
-rw-r--r--debian/Config.h-static8
-rw-r--r--debian/Config.h-udeb8
3 files changed, 0 insertions, 24 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb
index 7737804c8..44046aa5d 100644
--- a/debian/Config.h-deb
+++ b/debian/Config.h-deb
@@ -413,14 +413,6 @@
413 #define BB_NFSMOUNT 413 #define BB_NFSMOUNT
414#endif 414#endif
415// 415//
416#if defined BB_IFCONFIG
417 #ifdef BB_FEATURE_IFCONFIG_STATUS
418 #define BB_INTERFACE
419 #endif
420#else
421 #undef BB_INTERFACE
422#endif
423//
424#if defined BB_FEATURE_AUTOWIDTH 416#if defined BB_FEATURE_AUTOWIDTH
425 #ifndef BB_FEATURE_USE_TERMIOS 417 #ifndef BB_FEATURE_USE_TERMIOS
426 #define BB_FEATURE_USE_TERMIOS 418 #define BB_FEATURE_USE_TERMIOS
diff --git a/debian/Config.h-static b/debian/Config.h-static
index c811b2b87..79dfbc8dd 100644
--- a/debian/Config.h-static
+++ b/debian/Config.h-static
@@ -413,14 +413,6 @@
413 #define BB_NFSMOUNT 413 #define BB_NFSMOUNT
414#endif 414#endif
415// 415//
416#if defined BB_IFCONFIG
417 #ifdef BB_FEATURE_IFCONFIG_STATUS
418 #define BB_INTERFACE
419 #endif
420#else
421 #undef BB_INTERFACE
422#endif
423//
424#if defined BB_FEATURE_AUTOWIDTH 416#if defined BB_FEATURE_AUTOWIDTH
425 #ifndef BB_FEATURE_USE_TERMIOS 417 #ifndef BB_FEATURE_USE_TERMIOS
426 #define BB_FEATURE_USE_TERMIOS 418 #define BB_FEATURE_USE_TERMIOS
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index 14901ed02..beb7d8176 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -413,14 +413,6 @@
413 #define BB_NFSMOUNT 413 #define BB_NFSMOUNT
414#endif 414#endif
415// 415//
416#if defined BB_IFCONFIG
417 #ifdef BB_FEATURE_IFCONFIG_STATUS
418 #define BB_INTERFACE
419 #endif
420#else
421 #undef BB_INTERFACE
422#endif
423//
424#if defined BB_FEATURE_AUTOWIDTH 416#if defined BB_FEATURE_AUTOWIDTH
425 #ifndef BB_FEATURE_USE_TERMIOS 417 #ifndef BB_FEATURE_USE_TERMIOS
426 #define BB_FEATURE_USE_TERMIOS 418 #define BB_FEATURE_USE_TERMIOS