]> err.no Git - varnish/commitdiff
Use <sys/ioctl.h> instead of <sys/filio.h> to get both the prototype for
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 08:07:09 +0000 (08:07 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 08:07:09 +0000 (08:07 +0000)
ioctl(2) and the definition of FIONREAD.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@335 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_backend.c

index ed57620ed2d667673c0235749535fb44facd0498..abda775f54cec6e602158d0b13df4bf1766c60e0 100644 (file)
@@ -36,7 +36,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/select.h>
-#include <sys/filio.h>
+#include <sys/ioctl.h>
 
 #include <event.h>