Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/getconf We have _SC_2_C_BIND now, enable POSIX2_C_BIND.



details:   https://anonhg.NetBSD.org/src/rev/eaea7c04aff6
branches:  trunk
changeset: 485128:eaea7c04aff6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Apr 20 00:41:20 2000 +0000

description:
We have _SC_2_C_BIND now, enable POSIX2_C_BIND.

diffstat:

 usr.bin/getconf/getconf.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 6d08237cc2b0 -r eaea7c04aff6 usr.bin/getconf/getconf.c
--- a/usr.bin/getconf/getconf.c Wed Apr 19 21:48:41 2000 +0000
+++ b/usr.bin/getconf/getconf.c Thu Apr 20 00:41:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getconf.c,v 1.11 1999/09/27 16:24:41 kleink Exp $      */
+/*     $NetBSD: getconf.c,v 1.12 2000/04/20 00:41:20 simonb Exp $      */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: getconf.c,v 1.11 1999/09/27 16:24:41 kleink Exp $");
+__RCSID("$NetBSD: getconf.c,v 1.12 2000/04/20 00:41:20 simonb Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -100,9 +100,7 @@
   { "RE_DUP_MAX",              SYSCONF,        _SC_RE_DUP_MAX          },
 
   /* Optional Facility Configuration Values */
-#if 0
-  { "POSIX2_C_BIND",           SYSCONF,        ???                     },
-#endif
+  { "POSIX2_C_BIND",           SYSCONF,        _SC_2_C_BIND            },
   { "POSIX2_C_DEV",            SYSCONF,        _SC_2_C_DEV             },
   { "POSIX2_CHAR_TERM",                SYSCONF,        _SC_2_CHAR_TERM         },
   { "POSIX2_FORT_DEV",         SYSCONF,        _SC_2_FORT_DEV          },



Home | Main Index | Thread Index | Old Index