usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
* The previous version did not allow 4-digit octals.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
int bb_echo(char **argv)
|
||||
{
|
||||
|
Reference in New Issue
Block a user