diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/omega/files/patch-inv.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/omega/files/patch-inv.c')
-rw-r--r-- | games/omega/files/patch-inv.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/omega/files/patch-inv.c b/games/omega/files/patch-inv.c new file mode 100644 index 000000000000..932cae631cd6 --- /dev/null +++ b/games/omega/files/patch-inv.c @@ -0,0 +1,15 @@ +--- inv.c Fri Jan 1 03:08:33 1999 ++++ /home/andy/tmp/wrk/inv.c Fri May 14 20:28:52 1999 +@@ -8,7 +8,11 @@ + # ifdef AMIGA + # include <curses210.h> + # else +-# include <curses.h> ++# ifdef __FreeBSD__ ++# include <ncurses.h> ++# else ++# include <curses.h> ++# endif + # endif + #endif + |