Removed proc dependancies for init and free (which maintaining exactly
authorErik Andersen <andersen@codepoet.org>
Mon, 21 Feb 2000 21:26:32 +0000 (21:26 -0000)
committerErik Andersen <andersen@codepoet.org>
Mon, 21 Feb 2000 21:26:32 +0000 (21:26 -0000)
commitd07ee46919e3a8e42b3a8735e1152cc050165934
tree8884f7679bef0e0baba2f216372577d314113dcd
parentfa4718efcf055d8720ea99be1af237a921232f5a
Removed proc dependancies for init and free (which maintaining exactly
the same functionality).  /proc takes up 90k of kernel space, so it is
nice to avoid using it at all costs.  The only places where it is depended
on is for cetain optional mount/umount features, and for ps and lsmod.
 -Erik
free.c
init.c
init/init.c
procps/free.c
utility.c