das 2004/04/27 18:27:33 PDT
FreeBSD src repository
Modified files:
sys/kern kern_environment.c
Log:
If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough,
return the number of bytes needed instead of 0. The manpage claims
that we do this anyway.
Revision Changes Path
1.34 +18 -21 src/sys/kern/kern_environment.c