aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-08 19:02:43 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-08 19:02:43 +0000
commit5b3a653aeb33dad5d1f7b03d79993ec5438da47c (patch)
tree673c7461a18c700f404b652ca36fa4c485dfecdf /comms
parentd14e6f1d79d9c032028b0560db238c6304acfba6 (diff)
downloadports-5b3a653aeb33dad5d1f7b03d79993ec5438da47c.tar.gz
ports-5b3a653aeb33dad5d1f7b03d79993ec5438da47c.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/seyon/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/seyon/files/patch-ac b/comms/seyon/files/patch-ac
new file mode 100644
index 000000000000..2c9019b26e91
--- /dev/null
+++ b/comms/seyon/files/patch-ac
@@ -0,0 +1,13 @@
+--- SeDecl.h.orig Sat Nov 8 08:56:16 1997
++++ SeDecl.h Sat Nov 8 10:53:12 1997
+@@ -56,7 +56,9 @@
+ extern FILE *open_file(),
+ *open_file_va();
+ extern void send_break(),
+- usleep(),
++ #if !defined(__FreeBSD__) || (__FreeBSD__ < 3)
++ usleep(),
++ #endif
+ show(),
+ showf(),
+ SeyonMessage(),