Also, makes sense to take this code out, as some other stuff is bound to want this at some point. This library is incredibly sloppy engineering. Reasonably readable code, looks sensible, but incredible lack of testing (doesn't even pass its own testsuite on a stable release... and does a lot of things that can't work outside of linux... makes you wonder who is actually using this...)
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
$OpenBSD: patch-lib_abyss_src_server_c,v 1.1.1.1 2006/12/18 14:39:56 espie Exp $
|
|
--- lib/abyss/src/server.c.orig Sun Dec 17 20:41:07 2006
|
|
+++ lib/abyss/src/server.c Sun Dec 17 20:41:12 2006
|
|
@@ -5,6 +5,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#ifdef WIN32
|
|
#include <io.h>
|
|
#else
|