each patch only patches one file now

This commit is contained in:
brad 1999-10-27 12:21:34 +00:00
parent 9ed46dac23
commit a800867ed7
2 changed files with 35 additions and 0 deletions

View 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(),

View 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