aboutsummaryrefslogtreecommitdiff
path: root/games/nethack-gtk/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-gtk/files/patch-ac')
-rw-r--r--games/nethack-gtk/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nethack-gtk/files/patch-ac b/games/nethack-gtk/files/patch-ac
new file mode 100644
index 000000000000..c2a2ba246941
--- /dev/null
+++ b/games/nethack-gtk/files/patch-ac
@@ -0,0 +1,11 @@
+--- include/system.h.orig Wed Jun 14 23:00:05 2000
++++ include/system.h Wed Jun 14 23:00:07 2000
+@@ -512,7 +512,7 @@
+ # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
+ E time_t FDECL(time, (time_t *));
+ # else
+-E long FDECL(time, (time_t *));
++E time_t FDECL(time, (time_t *));
+ # endif /* ULTRIX */
+
+ #ifdef VMS