3c62593f5a
Fixes a few bugs and clarifies the license. Minor library bump. Update HOMEPAGE and MASTER_SITES. Many thanks to the upstream developers for the quick response. ok naddy@
15 lines
683 B
C
15 lines
683 B
C
$OpenBSD: patch-inc_config.h,v 1.3 2009/04/05 19:09:32 kili Exp $
|
|
--- inc/config.h.orig Wed Apr 26 21:14:26 2006
|
|
+++ inc/config.h Sun Apr 5 18:39:44 2009
|
|
@@ -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? */
|