s/[gs]et_progname/[gs]etprogname/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-02-20 01:44:56 +00:00
parent 8336a2da12
commit 67422a6b02
48 changed files with 55 additions and 55 deletions

View File

@@ -88,7 +88,7 @@ pidfile(const char *basename)
if(pidfile_path != NULL)
return;
if(basename == NULL)
basename = __progname;
basename = getprogname();
pidfile_path = pid_file_write(basename);
atexit(pidfile_cleanup);
}