PERFORCE change 20173 for review
Robert Watson
rwatson at freebsd.org
Sat Oct 26 02:42:46 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20173
Change 20173 by rwatson at rwatson_tislabs on 2002/10/25 19:42:40
_POSIX_MAC_PRESENT was renamed.
Affected files ...
.. //depot/projects/trustedbsd/mac/usr.bin/login/login.c#24 edit
Differences ...
==== //depot/projects/trustedbsd/mac/usr.bin/login/login.c#24 (text+ko) ====
@@ -423,7 +423,7 @@
int error;
if (mac_from_text(&label, label_string) == 0) {
- if (pathconf(ttyn, _POSIX_MAC_PRESENT) > 0 &&
+ if (pathconf(ttyn, _PC_MAC_PRESENT) > 0 &&
mac_set_file(ttyn, label) == -1)
syslog(LOG_WARNING,
"mac_set_file(%s): warning: %m",
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