Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 13:40:00 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13655 for review
Message-ID:  <200206302040.g5UKe00Z030375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13655

Change 13655 by des@des.at.des.thinksec.com on 2002/06/30 13:39:52

	Define struct pam_repository (from Solaris 9).  Note that the PAM
	headers now require size_t to be defined.
	
	Sponsored by:	DARPA, NAI Labs

Affected files ...

.. //depot/projects/openpam/include/security/pam_types.h#7 edit

Differences ...

==== //depot/projects/openpam/include/security/pam_types.h#7 (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/include/security/pam_types.h#6 $
+ * $P4: //depot/projects/openpam/include/security/pam_types.h#7 $
  */
 
 #ifndef _PAM_TYPES_H_INCLUDED
@@ -69,6 +69,15 @@
 struct pam_handle;
 typedef struct pam_handle pam_handle_t;
 
+/*
+ * Solaris 9
+ */
+typedef struct pam_repository {
+	char	*type;
+	void	*scope;
+	size_t	scope_len;
+} pam_repository_t;
+
 #ifdef __cplusplus
 }
 #endif

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?200206302040.g5UKe00Z030375>