Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 04:26:42 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20282 for review
Message-ID:  <200210281226.g9SCQgZl093107@repoman.freebsd.org>

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

Change 20282 by des@des.at.des.thinksec.com on 2002/10/28 04:26:18

	#include <security/pam_appl.h> to get a prototype for pam_get_user().
	
	Sponsored by:	DARPA, NAI Labs

Affected files ...

.. //depot/projects/openpam/modules/pam_unix/pam_unix.c#3 edit

Differences ...

==== //depot/projects/openpam/modules/pam_unix/pam_unix.c#3 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#2 $
+ * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#3 $
  */
 
 #include <sys/param.h>
@@ -43,6 +43,7 @@
 #include <unistd.h>
 
 #include <security/pam_modules.h>
+#include <security/pam_appl.h>
 
 #ifndef _OPENPAM
 static char password_prompt[] = "Password:";

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?200210281226.g9SCQgZl093107>