diff options
Diffstat (limited to 'print/hpijs/patches/patch-ac')
-rw-r--r-- | print/hpijs/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/hpijs/patches/patch-ac b/print/hpijs/patches/patch-ac new file mode 100644 index 00000000000..3131fbb2169 --- /dev/null +++ b/print/hpijs/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2005/03/26 13:59:33 dmcmahill Exp $ + +--- hpiom.c.orig 2004-10-14 19:08:51.000000000 -0400 ++++ hpiom.c +@@ -32,6 +32,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/socket.h> ++#include <sys/uio.h> + #include <netinet/in.h> + #include <netdb.h> + #include <stdio.h> |