1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix seyon to compile under current.

This commit is contained in:
Justin M. Seger 1997-11-08 19:02:43 +00:00
parent d14e6f1d79
commit 5b3a653aeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8521

View File

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