Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 07:28:45 -0800 (PST)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41896 for review
Message-ID:  <200311101528.hAAFSjDM027045@repoman.freebsd.org>

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

Change 41896 by areisse@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"
 



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