CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2017/12/18 12:12:24
Modified files: bin/csh : func.c Log message: No need to declare variable name as static in dounsetenv(). Also, drop a redundant call to free() since name is always freed upon return. >From Michael W. Bombardieri, with some tweaks by myself.