mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9a2b3a197f
A nethack 3.2.3 with GTK interface and graphics. PR: 19318 Submitted by: Kelly Yancey <kbyanc@posi.net>
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
--- 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
|