1997-05-05 16:54:14 +00:00
|
|
|
*** bin/trans.h.bak Thu May 1 03:12:00 1997
|
|
|
|
--- bin/trans.h Mon May 5 19:35:52 1997
|
1996-11-27 11:04:23 +00:00
|
|
|
***************
|
1997-05-05 16:54:14 +00:00
|
|
|
*** 81,87 ****
|
|
|
|
/*
|
|
|
|
if you want to use non-ANSI utime (), uncomment the following line
|
|
|
|
*/
|
|
|
|
! /* #define USE_UTIMBUF */
|
1996-11-27 11:04:23 +00:00
|
|
|
|
1997-05-05 16:54:14 +00:00
|
|
|
/*
|
|
|
|
if your compiler doesn't define utimbuf, ...
|
|
|
|
--- 81,89 ----
|
|
|
|
/*
|
|
|
|
if you want to use non-ANSI utime (), uncomment the following line
|
|
|
|
*/
|
|
|
|
! #ifdef __FreeBSD__
|
|
|
|
! #define USE_UTIMBUF
|
|
|
|
! #endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
if your compiler doesn't define utimbuf, ...
|