summaryrefslogtreecommitdiff
path: root/games/nethack32-gtk/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack32-gtk/files/patch-ac')
-rw-r--r--games/nethack32-gtk/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/nethack32-gtk/files/patch-ac b/games/nethack32-gtk/files/patch-ac
deleted file mode 100644
index c2a2ba246941..000000000000
--- a/games/nethack32-gtk/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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