mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
|
*** bin/trans.h.bak Sat Jun 1 04:11:00 1996
|
||
|
--- bin/trans.h Wed Nov 27 12:52:37 1996
|
||
|
***************
|
||
|
*** 96,98 ****
|
||
|
--- 96,102 ----
|
||
|
NeXTSTEP -DUSE_UTIMBUF -DNO_UTIMBUF
|
||
|
|
||
|
*****************************************************************************/
|
||
|
+
|
||
|
+ #ifdef __FreeBSD__
|
||
|
+ #define USE_UTIMBUF
|
||
|
+ #endif
|