pkgsrc/graphics/sane-backends/patches/patch-backend_kodakaio.c
ryoon a696eda828 Fix PR pkg/47308
SOL_SOCKET etc. are defined in sys/socket.h on DragonFly.

I have tested on DragonFly/i386 3.0.1.

And remove empty patch file.
2012-12-11 16:32:36 +00:00

12 lines
369 B
C

$NetBSD: patch-backend_kodakaio.c,v 1.1 2012/12/11 16:32:36 ryoon Exp $
--- backend/kodakaio.c.orig 2012-08-10 00:33:29.000000000 +0000
+++ backend/kodakaio.c
@@ -165,6 +165,7 @@ normal levels. This system is a plan rat
#include <math.h>
#include <poll.h>
#include <time.h>
+#include <sys/socket.h>
#if HAVE_CUPS
/* used for auto detecting network printers */