From 490b46e4ed71f183d345e8bb7a234dc466d7413a Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Fri, 6 Aug 2010 17:14:31 -0400 Subject: [PATCH] Comment out include We provide the necessary bits ourselves anyway, and it doesn't exist on non-Linux systems. --- nbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4