mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
From install-upgrade: Upgrading from 2.4.14 * We recommend that ALL sites with fulldirhash enabled run tools/rehash on their mail spools after upgrading from 2.4.14. There were serious 32 vs 64 bit hashing bugs which were made worse with 2.4.14. NOTE: the syntax of tools/rehash has changed. Run it without arguments to see a usage statement.
14 lines
351 B
C
14 lines
351 B
C
Index: lib/util.c
|
|
diff -u -p lib/util.c.orig lib/util.c
|
|
--- lib/util.c.orig 2012-04-18 20:28:37.000000000 +0900
|
|
+++ lib/util.c 2012-04-18 22:29:24.521844579 +0900
|
|
@@ -55,6 +55,9 @@
|
|
#include <syslog.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
+#ifdef HAVE_STDINT_H
|
|
+#include <stdint.h>
|
|
+#endif
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|