Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 19:42:46 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20173 for review
Message-ID:  <200210260242.g9Q2gkk9051914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20173

Change 20173 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210260242.g9Q2gkk9051914>