$FreeBSD$ --- source/misc1.c.orig Thu Aug 7 16:07:21 2003 +++ source/misc1.c Thu Aug 7 16:08:58 2003 @@ -28,7 +28,7 @@ #endif #endif -#if !defined(ATARIST_MWC) && !defined(MAC) && !defined(VMS) && !defined(AMIGA) +#if !defined(ATARIST_MWC) && !defined(MAC) && !defined(VMS) && !defined(AMIGA) && !defined(__FreeBSD__) long time(); #endif struct tm *localtime(); @@ -45,7 +45,7 @@ register int32u clock_var; if (seed == 0) -#ifdef MAC +#if defined(MAC) || defined(__FreeBSD__) clock_var = time((time_t *)0); #else clock_var = time((long *)0); @@ -89,10 +89,14 @@ int check_time() { #ifdef MORIA_HOU +#if defined(MAC) || defined(__FreeBSD__) + time_t clock_var; +#else long clock_var; +#endif register struct tm *tp; -#ifdef MAC +#if defined(MAC) || defined(__FreeBSD__) clock_var = time((time_t *)0); #else clock_var = time((long *)0); /cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/XttXF86srv-W32
Commit message (Expand)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
* Convert more spaces into tabs in ports/x11-servers.Jimmy Olgeni2001-02-061-1/+1
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
* Don't leave the bin/X symlink dangling around if we can't find anSatoshi Asami2000-09-13