Denys Vlasenko 26ffe81188 su: move restricted_shell into su.c (the only user)
function                                             old     new   delta
su_main                                              448     468     +20
buffer_fill_and_print                                179     196     +17
scriptreplay_main                                    205     208      +3
localcmd                                             275     277      +2
hash_find                                            233     234      +1
devmem_main                                          469     463      -6
install_main                                         724     716      -8
setusershell                                          11       -     -11
find_pair                                            187     169     -18
restricted_shell                                      49       -     -49
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 5/3 up/down: 43/-92)            Total: -49 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-02-26 10:01:18 +01:00
..
2009-10-27 09:54:34 +01:00
2010-02-06 21:11:49 +01:00
2009-09-11 23:26:42 +02:00
2009-11-02 14:19:51 +01:00
2010-02-08 17:46:49 +01:00
2009-11-17 05:33:47 +01:00
2010-01-31 05:15:38 +01:00
2009-11-13 09:08:27 +01:00
2009-11-07 01:31:14 +01:00
2009-10-20 19:53:24 +02:00
2010-01-12 12:52:30 +01:00
2010-02-04 18:41:18 +01:00
2010-01-31 18:12:57 +01:00
2009-11-02 14:19:51 +01:00
2009-11-15 23:28:11 +01: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>