summaryrefslogtreecommitdiff
path: root/comms/seyon/files
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/seyon/files
parentUpgrade to 2.74 (diff)
Fix seyon to compile under current.
Notes
Notes: svn path=/head/; revision=8521
Diffstat (limited to 'comms/seyon/files')
-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(),