PERFORCE change 79925 for review
Robert Watson
rwatson at FreeBSD.org
Sun Jul 10 15:54:00 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79925
Change 79925 by rwatson at rwatson_zoo on 2005/07/10 15:53:52
Only include SEBSD pieces if SEBSD is being built.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/usr.bin/login/login.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/usr.bin/login/login.c#10 (text+ko) ====
@@ -68,7 +68,9 @@
#include <libutil.h>
#include <login_cap.h>
#include <pwd.h>
+#ifdef SEBSD
#include <sebsd.h>
+#endif
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
@@ -78,10 +80,12 @@
#include <ttyent.h>
#include <unistd.h>
+#ifdef SEBSD
#include <security/pam_appl.h>
#include <security/openpam.h>
#include <selinux/selinux.h>
#include <selinux/flask.h>
+#endif
#include "login.h"
#include "pathnames.h"
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