1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/hppsmtools/files/patch-aa
Chris Piazza 1322d38716 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>
1999-10-07 03:26:00 +00:00

17 lines
312 B
Plaintext

*** 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 ----