dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/support serial.c,1.2,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/support serial.c,1.2,1.3
Date: Thu, 13 Nov 2003 22:51:20 +0000

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv11591/support

Modified Files:
        serial.c 
Log Message:


Work around missing termio symbols under FreeBSD and OpenBSD.


Index: serial.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/serial.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** serial.c    8 Nov 2003 10:44:10 -0000       1.2
--- serial.c    13 Nov 2003 22:51:17 -0000      1.3
***************
*** 187,190 ****
--- 187,206 ----
  }
  
+ /*
+  * Work around missing symbols on some platforms.
+  */
+ #ifndef       IUCLC
+ #define       IUCLC   0
+ #endif
+ #ifndef       OLCUC
+ #define       OLCUC   0
+ #endif
+ #ifndef       OFILL
+ #define       OFILL   0
+ #endif
+ #ifndef       OFDEL
+ #define       OFDEL   0
+ #endif
+ 
  void ILSerialModify(ILSerial *handle, ILSerialParameters *parameters)
  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]