summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-hack_hack.pager.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /games/bsdgames/files/patch-hack_hack.pager.c
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'games/bsdgames/files/patch-hack_hack.pager.c')
-rw-r--r--games/bsdgames/files/patch-hack_hack.pager.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/bsdgames/files/patch-hack_hack.pager.c b/games/bsdgames/files/patch-hack_hack.pager.c
deleted file mode 100644
index 3a9df40b839e..000000000000
--- a/games/bsdgames/files/patch-hack_hack.pager.c
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: hack/hack.pager.c
-@@ -367,6 +367,8 @@
- #else
-
- #ifdef BSD
-+#include <sys/wait.h>
-+#elif POSIX
- #include <sys/wait.h>
- #else
- #include <wait.h>