1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/converters/trans/files/patch-ac

13 lines
312 B
Plaintext
Raw Normal View History

1996-11-27 11:04:23 +00:00
*** 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