summaryrefslogtreecommitdiff
path: root/external/ibm-public
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2017-02-20 05:40:03 +0000
committerrin <rin@NetBSD.org>2017-02-20 05:40:03 +0000
commite1b42ccc4ea14327b8c1c3565ae9149fff864793 (patch)
tree7a989032d56442f4088d97139d0c87a6cd7ba65c /external/ibm-public
parent6bd26b81ce09cb18788dedc3891aed839c2edf37 (diff)
correct obviously misplaced #endif
Diffstat (limited to 'external/ibm-public')
-rw-r--r--external/ibm-public/postfix/dist/src/util/sys_defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/external/ibm-public/postfix/dist/src/util/sys_defs.h b/external/ibm-public/postfix/dist/src/util/sys_defs.h
index 2398ad17f70..5c21904d901 100644
--- a/external/ibm-public/postfix/dist/src/util/sys_defs.h
+++ b/external/ibm-public/postfix/dist/src/util/sys_defs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_defs.h,v 1.9 2017/02/14 01:16:49 christos Exp $ */
+/* $NetBSD: sys_defs.h,v 1.10 2017/02/20 05:40:03 rin Exp $ */
#ifndef _SYS_DEFS_H_INCLUDED_
#define _SYS_DEFS_H_INCLUDED_
@@ -187,6 +187,7 @@
#define HAS_IPV6
#define HAVE_GETIFADDRS
#endif
+#endif
#if (defined(__FreeBSD_version) && __FreeBSD_version >= 300000) \
|| (defined(__NetBSD_Version__) && __NetBSD_Version__ >= 103000000) \
@@ -212,8 +213,6 @@
#endif
#endif
-#endif
-
/*
* UNIX on MAC.
*/