style fix; fork_cmnd should start on a new line
This commit is contained in:
@@ -80,7 +80,8 @@ static void handler_user_only(int s, siginfo_t *info, void *context);
|
|||||||
* Fork and execute a command, returns the child's pid.
|
* Fork and execute a command, returns the child's pid.
|
||||||
* Sends errno back on sv[1] if execve() fails.
|
* Sends errno back on sv[1] if execve() fails.
|
||||||
*/
|
*/
|
||||||
static int fork_cmnd(struct command_details *details, int sv[2])
|
static int
|
||||||
|
fork_cmnd(struct command_details *details, int sv[2])
|
||||||
{
|
{
|
||||||
struct command_status cstat;
|
struct command_status cstat;
|
||||||
sigaction_t sa;
|
sigaction_t sa;
|
||||||
|
Reference in New Issue
Block a user