aboutsummaryrefslogtreecommitdiff
path: root/graphics/gphoto2/files/patch-aw
blob: f8e8f3e44ea054937ebffe04f6568e35f1864e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mustek/device.c.orig	Mon Dec  6 03:48:54 1999
+++ mustek/device.c	Thu Apr 20 03:00:00 2000
@@ -59,7 +59,7 @@
 	newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8;
 
 	//  Set into raw, no echo mode 
-	#if defined(__NetBSD__)
+	#if defined(__NetBSD__) || defined(__FreeBSD__)
 	newtio.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL |
 		IXANY | IXON | IXOFF | INPCK | ISTRIP);
 	#else