PERFORCE change 41896 for review
Andrew Reisse
areisse at FreeBSD.org
Mon Nov 10 15:28:45 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=41896
Change 41896 by areisse at areisse_ibook on 2003/11/10 07:28:10
darwin has pam, but with a different include directory
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/libsebsd/query_user_context.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/libsebsd/query_user_context.c#3 (text+ko) ====
@@ -34,13 +34,13 @@
* $FreeBSD$
*/
-#ifdef USE_PAM
+#ifndef DONT_USE_PAM
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
#include "sebsd.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