freebsd-ports/games/unnethack/files/patch-system.h
Ying-Chieh Liao 3dc4cfe73b add slashem-tty
A dungeon explorin', slashin', hackin' game

PR:		26754
Submitted by:	Adam Kranzel <adam@alameda.edu>
2001-05-19 18:34:37 +00:00

12 lines
274 B
C

--- include/system.h.good Wed Nov 22 23:38:44 2000
+++ include/system.h Wed Nov 22 23:41:03 2000
@@ -522,7 +522,7 @@
E time_t FDECL(time, (time_t *));
# endif
# else
-E long FDECL(time, (time_t *));
+E time_t FDECL(time, (time_t *));
# endif /* ULTRIX */
#ifdef VMS