summaryrefslogtreecommitdiff
path: root/games/fuhquake/files/patch-sv_sys_unix.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-18 08:16:23 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-18 08:16:23 +0000
commit543ea76c6edc2ff9a27fa3cd181aae3f0438c02a (patch)
treed39c65e2e44d3019b0caccda64b92292e8832961 /games/fuhquake/files/patch-sv_sys_unix.c
parentFetch the database from http://www.FreeBSD.org/ports/ first. (diff)
Update to 0.31
PR: ports/65929 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=111709
Diffstat (limited to 'games/fuhquake/files/patch-sv_sys_unix.c')
-rw-r--r--games/fuhquake/files/patch-sv_sys_unix.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/fuhquake/files/patch-sv_sys_unix.c b/games/fuhquake/files/patch-sv_sys_unix.c
deleted file mode 100644
index 5182ac61a7cc..000000000000
--- a/games/fuhquake/files/patch-sv_sys_unix.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sv_sys_unix.c.orig Wed May 21 17:18:37 2003
-+++ sv_sys_unix.c Wed May 21 15:09:31 2003
-@@ -24,7 +24,7 @@
- #include <libc.h>
- #endif
-
--#if defined(__linux__) || defined(sun)
-+#if defined(__linux__) || defined(__FreeBSD__) || defined(sun)
- #include <sys/stat.h>
- #include <unistd.h>
- #include <sys/time.h>