mirror of https://github.com/mirror/busybox.git
Typo fix: resolv -> resolve
parent
ccb0a9ba88
commit
23ad7f7f06
|
@ -308,7 +308,7 @@ static void doSyslogd (void)
|
|||
/* Create the syslog file so realpath() can work. */
|
||||
close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644));
|
||||
if (realpath (_PATH_LOG, lfile) == NULL)
|
||||
fatalError ("Could not resolv path to " _PATH_LOG ": %s\n", strerror (errno));
|
||||
fatalError ("Could not resolve path to " _PATH_LOG ": %s\n", strerror (errno));
|
||||
|
||||
unlink (lfile);
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@ static void doSyslogd (void)
|
|||
/* Create the syslog file so realpath() can work. */
|
||||
close (open (_PATH_LOG, O_RDWR | O_CREAT, 0644));
|
||||
if (realpath (_PATH_LOG, lfile) == NULL)
|
||||
fatalError ("Could not resolv path to " _PATH_LOG ": %s\n", strerror (errno));
|
||||
fatalError ("Could not resolve path to " _PATH_LOG ": %s\n", strerror (errno));
|
||||
|
||||
unlink (lfile);
|
||||
|
||||
|
|
Loading…
Reference in New Issue