busybox/include
Eric Andersen 5f265b755a Fix a segfault in lash, hush, and cmdedit. Each of these used
xgetcwd, but did not check the return for a NULL, and then continued
to call strlen on the NULL when the cwd had been removed from under it.
 -Erik
2001-05-11 16:58:46 +00:00
..
applets.h Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately 2001-04-24 18:07:19 +00:00
busybox.h Move applet_name declaration from busybox.h to libbb.h. 2001-04-24 01:12:33 +00:00
grp.h Fix header file usage -- there were many unnecessary header files included in 2001-01-27 08:24:39 +00:00
libbb.h Fix a segfault in lash, hush, and cmdedit. Each of these used 2001-05-11 16:58:46 +00:00
pwd.h Fix header file usage -- there were many unnecessary header files included in 2001-01-27 08:24:39 +00:00
usage.h Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> 2001-05-11 16:31:46 +00:00