From ddcecda9c923d2b809b89be78127932a0bd7031c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:05:03 +0000 Subject: time(3) returns a time_t and not a long. --- games/nethack34-nox11/files/patch-ad | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'games/nethack34-nox11') diff --git a/games/nethack34-nox11/files/patch-ad b/games/nethack34-nox11/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack34-nox11/files/patch-ad +++ b/games/nethack34-nox11/files/patch-ad @@ -1,6 +1,5 @@ -diff -ruN ./include/system.h ../nethack-3.2.2/include/system.h ---- ./include/system.h Mon Nov 4 23:01:25 1996 -+++ ../nethack-3.2.2/include/system.h Sun Mar 21 17:25:02 1999 +--- include/system.h.orig Mon Nov 4 08:01:25 1996 ++++ include/system.h Sat Jun 19 16:18:02 1999 @@ -80,7 +80,7 @@ # if !defined(SUNOS4) || defined(RANDOM) E void FDECL(srandom, (unsigned int)); @@ -10,3 +9,12 @@ diff -ruN ./include/system.h ../nethack-3.2.2/include/system.h E int FDECL(srandom, (unsigned int)); # endif # endif +@@ -510,7 +510,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 -- cgit v1.2.3