markm 2003/07/21 13:55:38 PDT
FreeBSD src repository
Modified files:
usr.bin/getconf getconf.c
Log:
Replace an alloca() call with a slightly more standard malloc()/free()
pair.
Revision Changes Path
1.7 +8 -3 src/usr.bin/getconf/getconf.c