diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 10:51:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 10:51:16 +0000 |
commit | 1d959a3fc86e07ded30dfb231f7c05064c8a3975 (patch) | |
tree | 0adeeb09c7b7085dde0d93870a6e6577ec77e23c /games/mythserver/files/patch-users_new::main.c | |
parent | Forced commit to clarify previous commit message: (diff) |
- Fix build on 5.x
PR: ports/61022
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=97668
Diffstat (limited to 'games/mythserver/files/patch-users_new::main.c')
-rw-r--r-- | games/mythserver/files/patch-users_new::main.c | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/games/mythserver/files/patch-users_new::main.c b/games/mythserver/files/patch-users_new::main.c index 83ab178b2afa..14f2b9562961 100644 --- a/games/mythserver/files/patch-users_new::main.c +++ b/games/mythserver/files/patch-users_new::main.c @@ -1,5 +1,21 @@ ---- users_new/main.c.orig Sun May 18 02:36:43 2003 -+++ users_new/main.c Sun May 18 02:37:47 2003 +--- users_new/main.c.orig Thu Feb 7 11:58:56 2002 ++++ users_new/main.c Wed Jan 7 17:13:02 2004 +@@ -6,7 +6,6 @@ +
+ #define SERVER
+
+-#include "cseries.h"
+ #include <string.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
+@@ -20,6 +19,7 @@ + #include <errno.h>
+ #include <signal.h>
+
++#include "cseries.h"
+ #include "environment.h"
+ #include "metaserver_common_structs.h"
+ #include "stats.h"
@@ -97,16 +97,7 @@ NUMBER_OF_CLIENT_TYPES
};
|