mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11c9fd251e
This is a TTY/console only versin of nethack3 REPOCopy from games/nethack3 PR: 21497 Submitted by: Jeremy Chadwick <yoshi@parodius.com>
20 lines
655 B
Plaintext
20 lines
655 B
Plaintext
*** include/system.h.orig Thu Jan 6 11:20:08 2000
|
|
--- include/system.h Sat Sep 23 01:08:09 2000
|
|
***************
|
|
*** 516,522 ****
|
|
# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
|
|
E time_t FDECL(time, (time_t *));
|
|
# else
|
|
! E long FDECL(time, (time_t *));
|
|
# endif /* ULTRIX */
|
|
|
|
#ifdef VMS
|
|
--- 516,522 ----
|
|
# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
|
|
E time_t FDECL(time, (time_t *));
|
|
# else
|
|
! E time_t FDECL(time, (time_t *));
|
|
# endif /* ULTRIX */
|
|
|
|
#ifdef VMS
|