Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 15:54:00 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79925 for review
Message-ID:  <200507101554.j6AFs0dV090214@repoman.freebsd.org>

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

Change 79925 by rwatson@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"



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