aboutsummaryrefslogtreecommitdiff
path: root/libbb/remove_file.c
AgeCommit message (Collapse)Author
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c.
2001-05-11Fix symlink removal problem noted by Erik Andersen.Matt Kraai
2001-04-24Rewrote rm.Matt Kraai