diff options
Diffstat (limited to 'src/rc/start-stop-daemon.c')
-rw-r--r-- | src/rc/start-stop-daemon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 901194e9..045080ea 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -7,7 +7,7 @@ system so we can monitor daemons a little. */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved @@ -308,7 +308,7 @@ static int do_stop (const char *exec, const char *cmd, const char *pidfile, uid_t uid,int sig, bool quiet, bool verbose, bool test) { - pid_t *pids; + pid_t *pids; bool killed; int nkilled = 0; pid_t pid = 0; @@ -929,7 +929,7 @@ int start_stop_daemon (int argc, char **argv) *np++ = ':'; memcpy (np, token, sizeof (char) * strlen (token)); np += t; - *np = '\0'; + *np = '\0'; } else { l = strlen ("PATH=") + t + 1; newpath = xmalloc (sizeof (char) * l); |