commit | dadfb4975b23b284fa02d15a5cfd21593b2993fc | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 10:16:05 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 10:16:05 2008 +0000 |
tree | 993a6e7a9efd1d2a06408d9cd069cb4eeb09e883 | |
parent | e1ee48e0fdfe18aadb410b62f21516bf4b8ea581 [diff] [blame] |
hush: add #defines to switch off break/continue if loops are not supported *: remove a few inline keywords no code changes
diff --git a/networking/interface.c b/networking/interface.c index 065b4ba..7861b9f 100644 --- a/networking/interface.c +++ b/networking/interface.c
@@ -498,7 +498,7 @@ } } -static inline int procnetdev_version(char *buf) +static int procnetdev_version(char *buf) { if (strstr(buf, "compressed")) return 2;