diff options
author | Roy Marples <roy@marples.name> | 2007-12-19 13:53:52 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-19 13:53:52 +0000 |
commit | 4022522a81852d845ec8479d229b915d293c97d6 (patch) | |
tree | 82467d52f34f90dec0dfbc4a28375f8416467aa3 /src/start-stop-daemon.c | |
parent | b3df16a03e169741e6e6fefa0d7d52c1482be599 (diff) |
cbasename -> basename_c
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index ba93a29e..bf03dbec 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -572,7 +572,7 @@ int start_stop_daemon (int argc, char **argv) char *svcname = getenv ("SVCNAME"); char *env; - applet = cbasename (argv[0]); + applet = basename_c (argv[0]); atexit (cleanup); signal (SIGINT, handle_signal); |