diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-31 18:58:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-31 18:58:32 +0000 |
commit | 13463af29f1fd904cc0ea5e0bd0acdabd8431e53 (patch) | |
tree | 9ec9a96df5df0ee33bb5e31f89f9407d8cf48396 /networking/libiproute/libnetlink.h | |
parent | 98ee06d3d46aa7f89c204681c7075b53300a6a6e (diff) | |
download | busybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.tar.gz busybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.tar.bz2 busybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.zip |
remove commented out #includes etc
move get_hz to the only caller
Diffstat (limited to 'networking/libiproute/libnetlink.h')
-rw-r--r-- | networking/libiproute/libnetlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h index bd1913618..6dd242d03 100644 --- a/networking/libiproute/libnetlink.h +++ b/networking/libiproute/libnetlink.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #ifndef __LIBNETLINK_H__ | 2 | #ifndef __LIBNETLINK_H__ |
3 | #define __LIBNETLINK_H__ 1 | 3 | #define __LIBNETLINK_H__ 1 |
4 | 4 | ||
5 | //#include <asm/types.h> | ||
6 | #include <linux/netlink.h> | 5 | #include <linux/netlink.h> |
7 | #include <linux/rtnetlink.h> | 6 | #include <linux/rtnetlink.h> |
8 | 7 | ||