mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
--- src/immserv.c.orig Tue Nov 19 12:36:41 1996
|
|
+++ src/immserv.c Tue Nov 19 12:37:32 1996
|
|
@@ -1407,7 +1407,7 @@
|
|
/******************************************************************************/
|
|
void setackalarm(int nop) {}
|
|
/******************************************************************************/
|
|
-#ifndef __NetBSD__
|
|
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) /* XXX */
|
|
/* routine to put process to sleep */
|
|
int usleep( wait)
|
|
u_int wait;
|