Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup.
This commit is contained in:
@@ -366,7 +366,6 @@ PUBLIC int do_getepinfo()
|
||||
PUBLIC int do_reboot()
|
||||
{
|
||||
message m;
|
||||
int r;
|
||||
|
||||
/* Check permission to abort the system. */
|
||||
if (mp->mp_effuid != SUPER_USER) return(EPERM);
|
||||
|
||||
Reference in New Issue
Block a user