diff toys/pending/nbd_client.c @ 1104:e11684e3bbc5 draft

Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
author Rob Landley <rob@landley.net>
date Sat, 02 Nov 2013 14:24:33 -0500
parents 6f5fed66c722
children 85f297591693
line wrap: on
line diff
--- a/toys/pending/nbd_client.c	Sat Nov 02 11:07:25 2013 -0500
+++ b/toys/pending/nbd_client.c	Sat Nov 02 14:24:33 2013 -0500
@@ -32,7 +32,6 @@
 
 #define FOR_nbd_client
 #include "toys.h"
-#include "toynet.h"
 
 #define NBD_SET_SOCK          _IO(0xab, 0)
 #define NBD_SET_BLKSIZE       _IO(0xab, 1)