diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:05:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:05:03 +0800 |
commit | 1e6838ae6b6a98a518acae72264950893595acfa (patch) | |
tree | 20eeb5dce41aa9d93251ede80a908d4be987149f /games | |
parent | 3885b4943698e3173c39cf4438dc5776b63d89fa (diff) | |
download | freebsd-ports-gnome-1e6838ae6b6a98a518acae72264950893595acfa.tar.gz freebsd-ports-gnome-1e6838ae6b6a98a518acae72264950893595acfa.tar.zst freebsd-ports-gnome-1e6838ae6b6a98a518acae72264950893595acfa.zip |
time(3) returns a time_t and not a long.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack3-tty/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack3/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack32/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack33/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack34-nox11/files/patch-ad | 14 | ||||
-rw-r--r-- | games/nethack34/files/patch-ad | 14 |
8 files changed, 88 insertions, 24 deletions
diff --git a/games/nethack/files/patch-ad b/games/nethack/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack/files/patch-ad +++ b/games/nethack/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 diff --git a/games/nethack3-tty/files/patch-ad b/games/nethack3-tty/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack3-tty/files/patch-ad +++ b/games/nethack3-tty/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 diff --git a/games/nethack3/files/patch-ad b/games/nethack3/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack3/files/patch-ad +++ b/games/nethack3/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 diff --git a/games/nethack32/files/patch-ad b/games/nethack32/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack32/files/patch-ad +++ b/games/nethack32/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 diff --git a/games/nethack33-nox11/files/patch-ad b/games/nethack33-nox11/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack33-nox11/files/patch-ad +++ b/games/nethack33-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 diff --git a/games/nethack33/files/patch-ad b/games/nethack33/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack33/files/patch-ad +++ b/games/nethack33/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 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 diff --git a/games/nethack34/files/patch-ad b/games/nethack34/files/patch-ad index a14729508f45..4ff9c983d5ca 100644 --- a/games/nethack34/files/patch-ad +++ b/games/nethack34/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 |