mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
36a8f3820f
PR: 6511 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Completes life of: jkh
19 lines
336 B
Plaintext
19 lines
336 B
Plaintext
--- Abacus.c Sat Feb 15 02:57:06 1997
|
|
+++ /home/andy/tmp/wrk/Abacus.c Sun May 3 11:33:29 1998
|
|
@@ -184,6 +184,7 @@
|
|
#endif /* !LESS_THAN_AIX3_2 */
|
|
#endif /* defined(SYSV) || defined(SVR4) */
|
|
|
|
+#ifndef __FreeBSD__
|
|
static int
|
|
usleep(long unsigned int usec)
|
|
{
|
|
@@ -225,6 +226,7 @@
|
|
#endif
|
|
return 0;
|
|
}
|
|
+#endif
|
|
#endif
|
|
|
|
static void
|