s/_POSIX_MESSAGE_PASSING/_SC_MESSAGE_PASSING/ in value.

This commit is contained in:
njoly 2008-04-09 18:38:12 +00:00
parent 3c71964512
commit e3df4dc6c4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: getconf.c,v 1.31 2008/01/15 03:37:12 rmind Exp $ */
/* $NetBSD: getconf.c,v 1.32 2008/04/09 18:38:12 njoly 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.31 2008/01/15 03:37:12 rmind Exp $");
__RCSID("$NetBSD: getconf.c,v 1.32 2008/04/09 18:38:12 njoly Exp $");
#endif /* not lint */
#include <err.h>
@ -150,7 +150,7 @@ static const struct conf_variable conf_table[] =
{ "_POSIX_MEMLOCK", SYSCONF, _SC_MEMLOCK },
{ "_POSIX_MEMLOCK_RANGE", SYSCONF, _SC_MEMLOCK_RANGE },
{ "_POSIX_MEMORY_PROTECTION", SYSCONF, _SC_MEMORY_PROTECTION },
{ "_POSIX_MESSAGE_PASSING", SYSCONF, _POSIX_MESSAGE_PASSING },
{ "_POSIX_MESSAGE_PASSING", SYSCONF, _SC_MESSAGE_PASSING },
{ "_POSIX_MONOTONIC_CLOCK", SYSCONF, _SC_MONOTONIC_CLOCK },
{ "_POSIX_PRIORITY_SCHEDULING", SYSCONF, _SC_PRIORITY_SCHEDULING },
{ "_POSIX_SEMAPHORES", SYSCONF, _SC_SEMAPHORES },