diff options
author | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
commit | 98c322e881c6ab8d4f54c23feb1a106c23673640 (patch) | |
tree | f6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toys/other | |
parent | 6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff) | |
download | toybox-98c322e881c6ab8d4f54c23feb1a106c23673640.tar.gz |
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/netcat.c | 1 | ||||
-rw-r--r-- | toys/other/vconfig.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/netcat.c b/toys/other/netcat.c index e41fc4b2..c5d1ee7d 100644 --- a/toys/other/netcat.c +++ b/toys/other/netcat.c @@ -42,7 +42,6 @@ config NETCAT_LISTEN #define FOR_netcat #include "toys.h" -#include "toynet.h" GLOBALS( char *filename; // -f read from filename instead of network diff --git a/toys/other/vconfig.c b/toys/other/vconfig.c index f84728d9..4013a792 100644 --- a/toys/other/vconfig.c +++ b/toys/other/vconfig.c @@ -24,7 +24,6 @@ config VCONFIG */ #include "toys.h" -#include "toynet.h" #include <linux/if_vlan.h> #include <linux/sockios.h> |