diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /games/bsdgames/files/patch-larn_header.h | |
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-larn_header.h')
-rw-r--r-- | games/bsdgames/files/patch-larn_header.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games/bsdgames/files/patch-larn_header.h b/games/bsdgames/files/patch-larn_header.h deleted file mode 100644 index 96f43651a9c7..000000000000 --- a/games/bsdgames/files/patch-larn_header.h +++ /dev/null @@ -1,18 +0,0 @@ -Index: larn/header.h -@@ -326,7 +326,6 @@ - #define DEMONLORD 57 - #define DEMONPRINCE 64 - --#define NULL 0 - #define BUFBIG 4096 /* size of the output buffer */ - #define MAXIBUF 4096 /* size of the input buffer */ - #define LOGNAMESIZE 40 /* max size of the players name */ -@@ -359,7 +359,7 @@ - - char *fortune(),*lgetw(),*lgetl(); - char *tmcapcnv(); --long paytaxes(),lgetc(),lrint(); -+long paytaxes(),lgetc(),lrint_x(); - unsigned long readnum(); - - /* macro to create scroll #'s with probability of occurrence */ |