ports/mail/postfix/files/patch-src::util::sys_defs.h
Dag-Erling Smørgrav 8eccf35301 Fix build on 6.0.
Approved by:	maintainer
2004-08-31 13:48:12 +00:00

11 lines
463 B
C

--- src/util/sys_defs.h.orig Wed Aug 25 06:15:02 2004
+++ src/util/sys_defs.h Wed Aug 25 06:15:18 2004
@@ -24,7 +24,7 @@
* 4.4BSD and close derivatives.
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
- || defined(FREEBSD5) \
+ || defined(FREEBSD5) || defined(FREEBSD6) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) \
|| defined(NETBSD1) || defined(NETBSD2) \