39429549e3
Original by Maurices Nonnekes, a few tweaks (sound, i386 optimizations, longer save menus) by me. The client/server part probably still needs some work... and it is definitely unaudited. Packaging might be changed to account for docs... In fact, I really need `common' package files and reference counting...
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
$OpenBSD: patch-qw_server_sys_unix_c,v 1.1.1.1 2001/08/03 13:02:16 espie Exp $
|
|
--- qw_server/sys_unix.c.orig Mon Jul 23 04:26:39 2001
|
|
+++ qw_server/sys_unix.c Mon Jul 23 04:26:39 2001
|
|
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suit
|
|
#endif
|
|
|
|
// FIXME: use autoconf
|
|
-#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
|
|
+#if defined(unix) || defined(_AIX) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#include <sys/time.h>
|