diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-19 16:55:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-19 16:55:27 +0000 |
commit | 46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c (patch) | |
tree | 8262e023a17fdaf0dc5982d7d49d801c6596a2d4 /debian | |
parent | 3ce79338e66d37e9313c0a4bde78d21822402c09 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-deb | 8 | ||||
-rw-r--r-- | debian/Config.h-static | 8 | ||||
-rw-r--r-- | debian/Config.h-udeb | 8 |
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 @@ #define BB_NFSMOUNT #endif // -#if defined BB_IFCONFIG - #ifdef BB_FEATURE_IFCONFIG_STATUS - #define BB_INTERFACE - #endif -#else - #undef BB_INTERFACE -#endif -// #if defined BB_FEATURE_AUTOWIDTH #ifndef BB_FEATURE_USE_TERMIOS #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 @@ #define BB_NFSMOUNT #endif // -#if defined BB_IFCONFIG - #ifdef BB_FEATURE_IFCONFIG_STATUS - #define BB_INTERFACE - #endif -#else - #undef BB_INTERFACE -#endif -// #if defined BB_FEATURE_AUTOWIDTH #ifndef BB_FEATURE_USE_TERMIOS #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 @@ #define BB_NFSMOUNT #endif // -#if defined BB_IFCONFIG - #ifdef BB_FEATURE_IFCONFIG_STATUS - #define BB_INTERFACE - #endif -#else - #undef BB_INTERFACE -#endif -// #if defined BB_FEATURE_AUTOWIDTH #ifndef BB_FEATURE_USE_TERMIOS #define BB_FEATURE_USE_TERMIOS |