From 5b3a653aeb33dad5d1f7b03d79993ec5438da47c Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 8 Nov 1997 19:02:43 +0000 Subject: [PATCH] Fix seyon to compile under current. --- comms/seyon/files/patch-ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 comms/seyon/files/patch-ac 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(),