PERFORCE change 72897 for review
Robert Watson
rwatson at FreeBSD.org
Fri Mar 11 13:29:26 GMT 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) {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list