suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
int setsid_main(int argc, char *argv[]);
|
||||
int setsid_main(int argc, char *argv[])
|
||||
{
|
||||
if (argc < 2)
|
||||
|
||||
Reference in New Issue
Block a user