openbsd-ports/mbone/imm/patches/patch-ac
1998-09-14 01:47:58 +00:00

12 lines
486 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__) && !defined(__OpenBSD__) /* XXX */
/* routine to put process to sleep */
int usleep( wait)
u_int wait;