On Wednesday 30 April 2008 13:15, Roy Marples wrote: > start-stop-daemon should implement --test option. > This is used to check if the daemon is running or not.
+ test = (opt & OPT_TEST); It already is in a variable. Lets use this: #define test (option_mask32 & OPT_TEST) I just did it for quiet. Saved 17 bytes. Can you do that for test too? -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
