ports/converters/trans/patches/patch-bin_trans_h

14 lines
316 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- bin/trans.h.orig Sun Jul 27 01:20:00 1997
+++ bin/trans.h Mon Sep 5 15:40:06 2005
@@ -81,7 +81,9 @@
/*
if you want to use non-ANSI utime (), uncomment the following line
*/
-/* #define USE_UTIMBUF */
+#ifdef __OpenBSD__
+#define USE_UTIMBUF
+#endif
/*
if your compiler doesn't define utimbuf, ...