K 10 svn:author V 7 wollman K 8 svn:date V 27 2002-07-15T21:51:19.000000Z K 7 svn:log V 418 All of the things that confstr() returns are compile-time constants. It's silly to call sysctl() to get the value of _PATH_STDPATH from when we can just use it directly. This greatly simplifies the implementation. (This is also part of my grand scheme to get rid of sysctl's `user' category, which should never have been created.) Use strlcpy() instead of strncpy() as it has the exact semantics we want. END