summaryrefslogtreecommitdiff
path: root/devel/libscsi
diff options
context:
space:
mode:
authormycroft <mycroft>1999-01-24 06:02:13 +0000
committermycroft <mycroft>1999-01-24 06:02:13 +0000
commit4bf7d880b12ecd6c9a0170d47ef258333b877239 (patch)
tree64b086218098df53a5f4225e85cb038f7ea0b372 /devel/libscsi
parent5d396ebed278064f242eb91f763ef8d740ec33a0 (diff)
downloadpkgsrc-4bf7d880b12ecd6c9a0170d47ef258333b877239.tar.gz
errno carnage.
Diffstat (limited to 'devel/libscsi')
-rw-r--r--devel/libscsi/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libscsi/patches/patch-ad b/devel/libscsi/patches/patch-ad
new file mode 100644
index 00000000000..ad88ecf5e5a
--- /dev/null
+++ b/devel/libscsi/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1999/01/24 06:02:13 mycroft Exp $
+
+--- scsi.c.orig Sat Jan 23 17:52:33 1999
++++ scsi.c Sun Jan 24 00:47:43 1999
+@@ -37,7 +37,7 @@
+ #include <ctype.h>
+ #include <string.h>
+ #include <sys/scsiio.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <stdarg.h>
+ #include <fcntl.h>
+