openbsd-ports/mbone/imm/patches/patch-ac

12 lines
518 B
Plaintext
Raw Normal View History

2004-01-04 19:02:31 -05:00
--- src/immserv.c.orig 1996-11-08 22:57:56.000000000 +0100
+++ src/immserv.c 2004-01-05 00:56:52.000000000 +0100
@@ -1407,7 +1407,7 @@ char *ip;
1998-09-13 21:47:58 -04:00
/******************************************************************************/
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;