commit | 3b162ecdf6955e9610ec051e21b91a3efe48a030 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jun 04 07:59:51 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jun 04 07:59:51 2008 +0000 |
tree | b2b3e75e8dfb4e32fc4d67af5682ed4ea8b800bd | |
parent | 630a7f75e836b2d8669e571af9c5aa5b180c6ca8 [diff] [blame] |
networking/interface.c: fix indentation
diff --git a/include/libbb.h b/include/libbb.h index c79cd8b..492a561 100644 --- a/include/libbb.h +++ b/include/libbb.h
@@ -934,6 +934,8 @@ int display_interfaces(char *ifname); #if ENABLE_FEATURE_HWIB int in_ib(const char *bufp, struct sockaddr *sap); +#else +#define in_ib(a, b) 1 /* fail */ #endif const struct aftype *get_aftype(const char *name); const struct hwtype *get_hwtype(const char *name);