Eric Andersen 77d22c4abd Patch from Gyepi SAM <gyepi@praxis-sw.com>:
When DEBUG is defined
    1. need to include resolv.h (for _resinit())
    2. remove _() call around string. It appears to be a remnant of i18n or some such notion
2002-06-06 12:11:55 +00:00
..
2001-07-12 20:26:32 +00:00
2001-11-02 11:39:46 +00:00
2001-11-10 11:22:46 +00:00
2001-12-06 08:20:14 +00:00
2002-03-20 15:25:25 +00:00
2001-12-06 08:20:14 +00:00
2002-03-12 00:35:40 +00:00
2002-04-13 14:44:42 +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>