diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-04 07:59:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-04 07:59:51 +0000 |
commit | 3b162ecdf6955e9610ec051e21b91a3efe48a030 (patch) | |
tree | b2b3e75e8dfb4e32fc4d67af5682ed4ea8b800bd /include | |
parent | 630a7f75e836b2d8669e571af9c5aa5b180c6ca8 (diff) | |
download | busybox-w32-3b162ecdf6955e9610ec051e21b91a3efe48a030.tar.gz busybox-w32-3b162ecdf6955e9610ec051e21b91a3efe48a030.tar.bz2 busybox-w32-3b162ecdf6955e9610ec051e21b91a3efe48a030.zip |
networking/interface.c: fix indentation
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c79cd8b20..492a561a9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -934,6 +934,8 @@ extern smallint interface_opt_a; | |||
934 | int display_interfaces(char *ifname); | 934 | int display_interfaces(char *ifname); |
935 | #if ENABLE_FEATURE_HWIB | 935 | #if ENABLE_FEATURE_HWIB |
936 | int in_ib(const char *bufp, struct sockaddr *sap); | 936 | int in_ib(const char *bufp, struct sockaddr *sap); |
937 | #else | ||
938 | #define in_ib(a, b) 1 /* fail */ | ||
937 | #endif | 939 | #endif |
938 | const struct aftype *get_aftype(const char *name); | 940 | const struct aftype *get_aftype(const char *name); |
939 | const struct hwtype *get_hwtype(const char *name); | 941 | const struct hwtype *get_hwtype(const char *name); |