diff options
author | Denis Vlasenko | 2006-12-31 18:58:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-12-31 18:58:32 +0000 |
commit | 13463af29f1fd904cc0ea5e0bd0acdabd8431e53 (patch) | |
tree | 9ec9a96df5df0ee33bb5e31f89f9407d8cf48396 /networking/libiproute/libnetlink.h | |
parent | 98ee06d3d46aa7f89c204681c7075b53300a6a6e (diff) | |
download | busybox-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.zip busybox-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.tar.gz |
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 bd19136..6dd242d 100644 --- a/networking/libiproute/libnetlink.h +++ b/networking/libiproute/libnetlink.h @@ -2,7 +2,6 @@ #ifndef __LIBNETLINK_H__ #define __LIBNETLINK_H__ 1 -//#include <asm/types.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> |