Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/dist/src/util correct obviously ...



details:   https://anonhg.NetBSD.org/src/rev/8f317483500f
branches:  trunk
changeset: 821869:8f317483500f
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Feb 20 05:40:03 2017 +0000

description:
correct obviously misplaced #endif

diffstat:

 external/ibm-public/postfix/dist/src/util/sys_defs.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0108e9b6cfbc -r 8f317483500f external/ibm-public/postfix/dist/src/util/sys_defs.h
--- a/external/ibm-public/postfix/dist/src/util/sys_defs.h      Mon Feb 20 04:23:11 2017 +0000
+++ b/external/ibm-public/postfix/dist/src/util/sys_defs.h      Mon Feb 20 05:40:03 2017 +0000
@@ -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.
   */



Home | Main Index | Thread Index | Old Index