b59a01d82b
dc_gui2 is a GUI for DCTC (Direct Connect Text Client), another file sharing protocol.
18 lines
453 B
Text
18 lines
453 B
Text
$NetBSD: patch-af,v 1.1.1.1 2003/06/10 13:21:52 wiz Exp $
|
|
|
|
--- src/init_fnc.c.orig Sun Nov 3 08:09:10 2002
|
|
+++ src/init_fnc.c
|
|
@@ -12,7 +12,13 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|
|
+#ifdef __linux__
|
|
#include <linux/sem.h> /* for the value of SEMVMX */
|
|
+#else
|
|
+#ifndef SEMVMX
|
|
+#define SEMVMX 32767 /* semaphore maximum value */
|
|
+#endif
|
|
+#endif
|
|
#include <dirent.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|