Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2002 07:57:05 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22198 for review
Message-ID:  <200212121557.gBCFv505096714@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=22198

Change 22198 by des@des.at.des.thinksec.com on 2002/12/12 07:56:34

	Add a counter to the error code enumeration.

Affected files ...

.. //depot/projects/openpam/include/security/pam_constants.h#19 edit

Differences ...

==== //depot/projects/openpam/include/security/pam_constants.h#19 (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_constants.h#18 $
+ * $P4: //depot/projects/openpam/include/security/pam_constants.h#19 $
  */
 
 #ifndef _PAM_CONSTANTS_H_INCLUDED
@@ -76,7 +76,8 @@
 	PAM_ABORT			=  26,
 	PAM_TRY_AGAIN			=  27,
 	PAM_MODULE_UNKNOWN		=  28,
-	PAM_DOMAIN_UNKNOWN		=  29
+	PAM_DOMAIN_UNKNOWN		=  29,
+	PAM_NUM_ERRORS					/* OpenPAM extension */
 };
 
 /*

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?200212121557.gBCFv505096714>