each patch only patches one file now
This commit is contained in:
parent
9ed46dac23
commit
a800867ed7
18
comms/seyon/patches/patch-ad
Normal file
18
comms/seyon/patches/patch-ad
Normal file
@ -0,0 +1,18 @@
|
||||
--- SeDecl.h.orig Fri Apr 23 06:09:50 1993
|
||||
+++ SeDecl.h Thu Oct 21 16:54:11 1999
|
||||
@@ -40,6 +40,7 @@
|
||||
dial_number(),
|
||||
redial(),
|
||||
readbyte(),
|
||||
+ usleep(),
|
||||
|
||||
CloseModem(),
|
||||
OpenModem(),
|
||||
@@ -56,7 +57,6 @@
|
||||
extern FILE *open_file(),
|
||||
*open_file_va();
|
||||
extern void send_break(),
|
||||
- usleep(),
|
||||
show(),
|
||||
showf(),
|
||||
SeyonMessage(),
|
17
comms/seyon/patches/patch-ae
Normal file
17
comms/seyon/patches/patch-ae
Normal file
@ -0,0 +1,17 @@
|
||||
--- config.h.orig Wed Apr 21 08:47:48 1993
|
||||
+++ config.h Thu Oct 21 17:00:34 1999
|
||||
@@ -81,6 +81,14 @@
|
||||
#define HAVE_USLEEP YES
|
||||
#endif
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
+#define USE_NONSTD_BAUD YES
|
||||
+#define LF_PATH "/var/spool/lock"
|
||||
+#define LF_PREFIX "LCK.."
|
||||
+#define LF_USE_ASCII_PID YES
|
||||
+#define LF_USE_DEV_NUMBERS NO
|
||||
+#endif
|
||||
+
|
||||
#ifdef SVR4
|
||||
#define HAVE_TERMIOS YES
|
||||
#define HAVE_MODEM_CONTROL YES
|
Loading…
Reference in New Issue
Block a user