Eric Andersen 02e6ba91e8 Vodz' last_patch57:
Hi, Erik.

    my_getpw(uid/gid) and applets used it have problem:
    if username for uid not found, applets can`t detect it
    (but code pessent). Also "%8ld " format is bad:
    spaces not required (applets have self format
    or spec format (tar applet) and overflow for "id" applet...)
    This problem also pressent in stable version.
    Patch for unstable in attach.

    --w
    vodz
2002-09-30 20:39:56 +00:00
..
2001-07-12 20:26:32 +00:00
2002-08-22 18:41:20 +00:00
2002-09-16 06:22:25 +00:00
2002-09-17 06:36:56 +00:00
2002-08-15 03:29:56 +00:00
2002-03-20 15:25:25 +00:00
2002-09-25 02:47:48 +00:00
2002-09-30 20:39:56 +00:00
2002-09-30 20:39:56 +00:00
2001-12-06 08:20:14 +00:00
2002-03-12 00:35:40 +00:00
2002-09-25 02:47:48 +00:00
2002-09-25 02:47:48 +00:00
2001-11-12 18:44:26 +00:00

Please see the LICENSE file for copyright information.
    
libbb is BusyBox's utility library.  This all used to be in a single file
(utility.c to be specific).  When I split utility.c up to create libbb, I did
not carefully fix up the copyright and licensing information.  I'll do that for
the next release.

For now, just trust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersee@codepoet.org>