SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- 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, ...