freebsd-ports/games/nethack32-gtk/files/patch-ac
Steve Price 9a2b3a197f Adding nethack-gtk version 1.1.5.
A nethack 3.2.3 with GTK interface and graphics.

PR:		19318
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-10 03:31:40 +00:00

11 lines
353 B
Text

--- 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