15 lines
685 B
Plaintext
15 lines
685 B
Plaintext
$OpenBSD: patch-inc_config_h,v 1.1 2011/07/08 09:26:55 jasper Exp $
|
|
--- inc/config.h.orig Wed Apr 26 21:14:26 2006
|
|
+++ inc/config.h Fri Jul 8 11:21:57 2011
|
|
@@ -28,8 +28,8 @@
|
|
/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
|
|
|
|
#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
|
|
-#define HAS_UTIME 1 /* POSIX utime(path, times) */
|
|
-/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
|
|
+/*efine HAS_UTIME 1 /* POSIX utime(path, times) */
|
|
+#define HAS_UTIMES 1 /* use utimes() syscall instead */
|
|
#define HAS_UTIME_H 1 /* UTIME header file */
|
|
#define HAS_UTIMBUF 1 /* struct utimbuf */
|
|
/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
|