diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-08-21 21:11:13 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-08-21 21:11:13 +0000 |
commit | 0befbb7956229fa75850df548cc69ee5030a1084 (patch) | |
tree | 80d45609bc1f38147710f3cab9c90d5d1090a750 /games/freebsd-games | |
parent | . Bump PORTREVISION for rogue save file overflow fix. (diff) |
. Only #define HUNGER_STR_LEN once.
Notes
Notes:
svn path=/head/; revision=87467
Diffstat (limited to 'games/freebsd-games')
-rw-r--r-- | games/freebsd-games/files/patch-rogue::rogue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freebsd-games/files/patch-rogue::rogue.h b/games/freebsd-games/files/patch-rogue::rogue.h index d3a2ed4b8792..760d7bc93f52 100644 --- a/games/freebsd-games/files/patch-rogue::rogue.h +++ b/games/freebsd-games/files/patch-rogue::rogue.h @@ -16,14 +16,13 @@ $FreeBSD$ char *real; unsigned short id_status; }; -@@ -472,3 +475,10 @@ +@@ -472,3 +475,9 @@ short second; /* 0 - 59 */ }; +/* + * external routine declarations. + */ -+#define HUNGER_STR_LEN 8 +extern char hunger_str[HUNGER_STR_LEN]; +extern char login_name[MAX_OPT_LEN]; +extern const char *error_file; |