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/pending/nbd_client.c | |
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/pending/nbd_client.c')
-rw-r--r-- | toys/pending/nbd_client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/nbd_client.c b/toys/pending/nbd_client.c index 86972303..9164a114 100644 --- a/toys/pending/nbd_client.c +++ b/toys/pending/nbd_client.c @@ -32,7 +32,6 @@ config NBD_CLIENT #define FOR_nbd_client #include "toys.h" -#include "toynet.h" #define NBD_SET_SOCK _IO(0xab, 0) #define NBD_SET_BLKSIZE _IO(0xab, 1) |