summaryrefslogtreecommitdiff
path: root/games/miscom/files/patch-level.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
commitd9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch)
treea08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/miscom/files/patch-level.c
parent- Update to 1.9, announce message: (diff)
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363239
Diffstat (limited to 'games/miscom/files/patch-level.c')
-rw-r--r--games/miscom/files/patch-level.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/miscom/files/patch-level.c b/games/miscom/files/patch-level.c
new file mode 100644
index 000000000000..327eba3576ca
--- /dev/null
+++ b/games/miscom/files/patch-level.c
@@ -0,0 +1,13 @@
+--- level.c Thu Jan 22 19:30:13 1998
++++ /home/andy/tmp/wrk/level.c Wed Apr 28 16:37:41 1999
+@@ -1,6 +1,10 @@
+ #include <stdio.h>
+ #include <unistd.h>
++#ifdef __FreeBSD__
++#include <ncurses.h>
++#else
+ #include <curses.h>
++#endif
+ #include "global.h"
+ #include "settings.h"
+ #include "draw.h"