Replace temporary allocation from alloca with malloc/free.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 14 Jan 2005 06:51:38 +0000 (06:51 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 14 Jan 2005 06:51:38 +0000 (06:51 +0000)
commitc5a09a303f7247617969272fa63a1d2a4813900a
tree189daa5eb7c4b677ef1440f7f3ef4c80874665a8
parentf44d99cd7644e84bafe09fd9aebd7d63647c398c
Replace temporary allocation from alloca with malloc/free.

Requested-by: dillon
sbin/sysctl/sysctl.c