Module Name: src
Committed By: rin
Date: Mon Feb 20 05:40:03 UTC 2017
Modified Files:
src/external/ibm-public/postfix/dist/src/util: sys_defs.h
Log Message:
correct obviously misplaced #endif
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/ibm-public/postfix/dist/src/util/sys_defs.h
diff -u src/external/ibm-public/postfix/dist/src/util/sys_defs.h:1.9 src/external/ibm-public/postfix/dist/src/util/sys_defs.h:1.10
--- src/external/ibm-public/postfix/dist/src/util/sys_defs.h:1.9 Tue Feb 14 01:16:49 2017
+++ src/external/ibm-public/postfix/dist/src/util/sys_defs.h Mon Feb 20 05:40:03 2017
@@ -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.
*/