Denis Vlasenko 1bb552b1d9 libbb: add xunlink()
patch: do not try to delete same file twice
2007-04-05 21:25:15 +00:00
..
2007-02-07 20:27:03 +00:00
2007-01-22 17:04:53 +00:00
2007-04-05 20:26:28 +00:00
2007-01-19 21:33:19 +00:00
2007-03-07 09:35:43 +00:00
2007-04-05 20:26:28 +00:00
2007-01-24 22:02:01 +00:00
2007-04-05 20:26:28 +00:00
2007-04-05 21:25:15 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>