Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/getconf Fix typo in last commit.
details: https://anonhg.NetBSD.org/src/rev/cc309972c257
branches: trunk
changeset: 534876:cc309972c257
user: tron <tron%NetBSD.org@localhost>
date: Mon Aug 05 06:35:44 2002 +0000
description:
Fix typo in last commit.
diffstat:
usr.bin/getconf/getconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c7676e8a37ad -r cc309972c257 usr.bin/getconf/getconf.c
--- a/usr.bin/getconf/getconf.c Mon Aug 05 06:24:23 2002 +0000
+++ b/usr.bin/getconf/getconf.c Mon Aug 05 06:35:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getconf.c,v 1.17 2002/08/05 06:24:23 tron Exp $ */
+/* $NetBSD: getconf.c,v 1.18 2002/08/05 06:35:44 tron 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.17 2002/08/05 06:24:23 tron Exp $");
+__RCSID("$NetBSD: getconf.c,v 1.18 2002/08/05 06:35:44 tron Exp $");
#endif /* not lint */
#include <err.h>
@@ -84,7 +84,7 @@
{ "_POSIX_NAME_MAX", CONSTANT, _POSIX_NAME_MAX },
{ "_POSIX_NGROUPS_MAX", CONSTANT, _POSIX_NGROUPS_MAX },
{ "_POSIX_OPEN_MAX", CONSTANT, _POSIX_OPEN_MAX },
- { "_POSIX_PATH_MAX", CONSTANT, _POSIX_PATH_BUF },
+ { "_POSIX_PATH_MAX", CONSTANT, _POSIX_PATH_MAX },
{ "_POSIX_PIPE_BUF", CONSTANT, _POSIX_PIPE_BUF },
{ "_POSIX_SSIZE_MAX", CONSTANT, _POSIX_SSIZE_MAX },
{ "_POSIX_STREAM_MAX", CONSTANT, _POSIX_STREAM_MAX },
Home |
Main Index |
Thread Index |
Old Index