From 83f46f9e3307db7c55daae34c0e322d231103452 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Wed, 7 Jul 2004 20:47:42 +0000 Subject: [PATCH] there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. --- lib/libc/sys/pathconf.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index b7cbb25f292..e0679a060d2 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -94,7 +94,7 @@ Return 1 if appropriate privileges are required for the .Xr chown 2 system call, otherwise 0. .It Li _PC_NO_TRUNC -Return 1 if file names longer than KERN_NAME_MAX are truncated. +Return 1 if file names longer than _POSIX_NAME_MAX are truncated. .It Li _PC_VDISABLE Returns the terminal character disabling value. .It Li _PC_ASYNC_IO