Subject: kern/37007: wrong value for _POSIX_SYMLINK_MAX in
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <ighighi@gmail.com>
List: netbsd-bugs
Date: 09/20/2007 10:15:00
>Number:         37007
>Category:       kern
>Synopsis:       wrong value for _POSIX_SYMLINK_MAX in <limits.h>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 20 10:15:00 +0000 2007
>Originator:     Ighighi
>Release:        
>Organization:
>Environment:
>Description:
_POSIX_SYMLINK_MAX should be 255 (not 256) according to:
http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
>How-To-Repeat:
$ grep _POSIX_SYMLINK_MAX /usr/src/include/limits.h
>Fix: