PERFORCE change 72897 for review
Robert Watson
rwatson at FreeBSD.org
Fri Mar 11 05:29:27 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=72897
Change 72897 by rwatson at rwatson_tislabs on 2005/03/11 13:29:08
Fix error in merge.
Affected files ...
.. //depot/projects/trustedbsd/mac/usr.sbin/syslogd/syslogd.c#27 edit
Differences ...
==== //depot/projects/trustedbsd/mac/usr.sbin/syslogd/syslogd.c#27 (text+ko) ====
@@ -515,7 +515,7 @@
error = 1;
}
if (!error) {
- if (chmod(fx->s, 0666) < 0)
+ if (chmod(fx->name, 0666) < 0)
error = 1;
}
if (!error) {
More information about the p4-projects
mailing list