From 99912ca733dd960f5589227fd999c86e73c8e894 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 10 Apr 2007 15:43:37 +0000 Subject: audit small applets and mark some of them as NOFORK. Put big scary warnings in relevant places. --- coreutils/usleep.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'coreutils/usleep.c') diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 7dd914638..2baf2bc87 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -9,11 +9,10 @@ /* BB_AUDIT SUSv3 N/A -- Apparently a busybox extension. */ -#include -#include -#include #include "busybox.h" +/* This is a NOFORK applet. Be very careful! */ + int usleep_main(int argc, char **argv); int usleep_main(int argc, char **argv) { -- cgit v1.2.3