diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-08 19:02:43 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-08 19:02:43 +0000 |
commit | 5b3a653aeb33dad5d1f7b03d79993ec5438da47c (patch) | |
tree | 673c7461a18c700f404b652ca36fa4c485dfecdf /comms/seyon | |
parent | d14e6f1d79d9c032028b0560db238c6304acfba6 (diff) | |
download | ports-5b3a653aeb33dad5d1f7b03d79993ec5438da47c.tar.gz ports-5b3a653aeb33dad5d1f7b03d79993ec5438da47c.zip |
Notes
Diffstat (limited to 'comms/seyon')
-rw-r--r-- | comms/seyon/files/patch-ac | 13 |
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(), |