freebsd-dev/usr.bin/limits
Andrey A. Chernov 35e4f24d23 limits calls setenv("name=value", "value", 1); which violates POSIX:
"The setenv( ) function shall fail if:
[EINVAL] The name argument is a null pointer, points to an empty string,
or points to a string containing an '=' character."
The fix (like all others in this subject) is backward-compatible.
2007-04-30 20:10:10 +00:00
..
limits.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00
limits.c limits calls setenv("name=value", "value", 1); which violates POSIX: 2007-04-30 20:10:10 +00:00
Makefile This code builds cleanly at WARNS level 6. 2004-11-08 18:08:16 +00:00