]> git.pld-linux.org Git - packages/acm.git/blame - acm-sparc.patch
- Added patches from Conectiva - now builds.
[packages/acm.git] / acm-sparc.patch
CommitLineData
434f135f 1--- acm-5.0/src/joystick.c.tim Fri Jul 16 20:37:03 1999
2+++ acm-5.0/src/joystick.c Fri Jul 16 20:37:10 1999
3@@ -159,10 +159,10 @@
4
5 #ifdef TIOCM_RTS
6 flags = TIOCM_RTS | TIOCM_DTR | TIOCM_LE;
7- if (ioctl(fd, TIOCMSET, &flags) == -1) {
8+ /*if (ioctl(fd, TIOCMSET, &flags) == -1) {
9 perror("ioctl failed");
10 return -1;
11- }
12+ }*/
13 #endif
14
15 /*
This page took 0.086081 seconds and 4 git commands to generate.