- We should always check the setenv() call. Why? because it uses
authorLiam J. Foy <liamfoy@dragonflybsd.org>
Wed, 8 Dec 2004 20:17:12 +0000 (20:17 +0000)
committerLiam J. Foy <liamfoy@dragonflybsd.org>
Wed, 8 Dec 2004 20:17:12 +0000 (20:17 +0000)
commitfa9cde45aae254aae843a96442083019ddd5d895
treebf78ed19caee75e80255ce6f12b876625599f481
parent4dc43dc2699c1a7a4ee52b9008a8dbee8637c7e2
- We should always check the setenv() call. Why? because it uses
  both realloc and malloc.
- Remove unnecessary casts.
- Bump WARNS to 6
usr.bin/env/Makefile
usr.bin/env/env.c