summaryrefslogtreecommitdiff
path: root/games/unnethack/files/patch-system.h
blob: a0d6de8e40f0ad328cc422f4b9153f192b33b319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

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