diff options
author | alfred <alfred@FreeBSD.org> | 2004-07-07 20:47:42 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-07-07 20:47:42 +0000 |
commit | 1bbb97d7cbd692d731b9cb25a8dbeb04a01fee71 (patch) | |
tree | 84462c93ebe060506278e00a82f797214f8342ce /lib/libc | |
parent | a27d829ef3144f54a2c735a47f38b3df09476c67 (diff) | |
download | FreeBSD-src-1bbb97d7cbd692d731b9cb25a8dbeb04a01fee71.zip FreeBSD-src-1bbb97d7cbd692d731b9cb25a8dbeb04a01fee71.tar.gz |
there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index b7cbb25..e0679a0 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 |