aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hppsmtools/files/patch-aa
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-07 03:26:00 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-07 03:26:00 +0000
commit1322d3871646f2a643b51ca3d13e4d846886b3d2 (patch)
tree7357b0d86d1fa52cd97c8e8833c40b81b12f8b78 /graphics/hppsmtools/files/patch-aa
parent3ca38befb08d8da972ebc7db3728e087b0589766 (diff)
hppsmtools is a program for communicating with the HP PhotoSmart
C5340A and Konica Q-EZ digital cameras. You can retrieve, get an index of, delete and shoot pictures. PR: 13533 Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'graphics/hppsmtools/files/patch-aa')
-rw-r--r--graphics/hppsmtools/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/hppsmtools/files/patch-aa b/graphics/hppsmtools/files/patch-aa
new file mode 100644
index 000000000000..ef8000e5e6d5
--- /dev/null
+++ b/graphics/hppsmtools/files/patch-aa
@@ -0,0 +1,16 @@
+*** psmget.c.orig Wed Sep 1 23:04:53 1999
+--- psmget.c Wed Sep 1 23:06:41 1999
+***************
+*** 13,23 ****
+ #include <sys/poll.h>
+ #include <sys/ioctl.h>
+
+- #ifdef PSM_GLIBC
+ #include <errno.h>
+- #include <termbits.h>
+ #include <termios.h>
+- #endif
+
+ typedef unsigned char uchar;
+
+--- 13,20 ----