mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
--- 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(),
|