- typo: s/sucess/success/g

What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look..
This commit is contained in:
Bernhard Reutner-Fischer
2005-12-12 11:20:39 +00:00
parent b7d5342003
commit 126da9ec2d
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ static inline int writeTarFile(const int tar_fd, const int verboseFlag,
dup2(tbInfo.tarFd, 1);
close(gzipStatusPipe[0]);
fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows sucess */
fcntl(gzipStatusPipe[1], F_SETFD, FD_CLOEXEC); /* close on exec shows success */
execlp(zip_exec, zip_exec, "-f", NULL);
vfork_exec_errno = errno;