summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/bsdgames/files/patch-rogue::rogue.h3
-rw-r--r--games/freebsd-games/files/patch-rogue::rogue.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/games/bsdgames/files/patch-rogue::rogue.h b/games/bsdgames/files/patch-rogue::rogue.h
index d3a2ed4..760d7bc 100644
--- a/games/bsdgames/files/patch-rogue::rogue.h
+++ b/games/bsdgames/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;
diff --git a/games/freebsd-games/files/patch-rogue::rogue.h b/games/freebsd-games/files/patch-rogue::rogue.h
index d3a2ed4..760d7bc 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;
OpenPOWER on IntegriCloud