Garrett Wollman 97ec79a175 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
<paths.h> 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.
2002-07-15 21:51:19 +00:00
..
2002-03-22 21:53:29 +00:00
2002-05-17 05:11:13 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 23:42:05 +00:00
2002-07-10 16:35:02 +00:00
2002-07-03 06:28:04 +00:00
2002-07-15 20:59:12 +00:00
2002-03-26 23:09:34 +00:00