openbsd-ports/net/dctc/patches/patch-src_sema_c
naddy f67f6898c6 Import dctc 0.68.0; submitted by Nils Nordman <nino@nforced.com>.
DCTC is a Direct Connect clone, allowing users to share their files
and talk (like IRC but more software sharing oriented) using a
proprietary protocol.
2002-01-31 12:21:53 +00:00

13 lines
447 B
Plaintext

$OpenBSD: patch-src_sema_c,v 1.1.1.1 2002/01/31 12:21:53 naddy Exp $
--- src/sema.c.orig Sat Jan 12 18:05:46 2002
+++ src/sema.c Sun Jan 13 16:45:12 2002
@@ -36,7 +36,7 @@
#include "sema.h"
-#if !(defined(BSD) && (BSD >= 199103))
+#if !(defined(BSD) && (BSD >= 199103)) && !defined(__OpenBSD__)
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
/* union semun is defined by including <sys/sem.h> */
#else