diff options
author | Bernhard Reutner-Fischer | 2008-09-04 13:22:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-09-04 13:22:58 +0000 |
commit | 0901c515183de69c73a9385a33f7464bc0219204 (patch) | |
tree | 14fe75e854c8d77cc5fec687ba469acad4bc8f8e /networking/libiproute/ll_proto.c | |
parent | 161931efa510e641d72465378bfc6ce8373d2cd7 (diff) | |
download | busybox-0901c515183de69c73a9385a33f7464bc0219204.zip busybox-0901c515183de69c73a9385a33f7464bc0219204.tar.gz |
- add WIP stub for tc.
Printing worked at some point. Modify/Delete needs some refacturing.
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r-- | networking/libiproute/ll_proto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 8d96374..0707fe0 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -20,7 +20,7 @@ #include <linux/if_ether.h> #endif -#ifdef UNUSED +#warning de-bloat /* Before re-enabling this, please (1) conditionalize exotic protocols * on CONFIG_something, and (2) decouple strings and numbers * (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;) @@ -123,4 +123,3 @@ int ll_proto_a2n(unsigned short *id, char *buf) return 0; } -#endif /* UNUSED */ |