From: Wouter Verhelst Date: Fri, 6 Aug 2010 21:14:31 +0000 (-0400) Subject: Comment out include X-Git-Url: http://git.alex.org.uk Comment out include We provide the necessary bits ourselves anyway, and it doesn't exist on non-Linux systems. --- diff --git a/nbd.h b/nbd.h index 6eab0ab..451f50c 100644 --- a/nbd.h +++ b/nbd.h @@ -15,7 +15,7 @@ #ifndef LINUX_NBD_H #define LINUX_NBD_H -#include +//#include #define NBD_SET_SOCK _IO( 0xab, 0 ) #define NBD_SET_BLKSIZE _IO( 0xab, 1 )