Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 06:32:21 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34473 for review
Message-ID:  <200307141332.h6EDWL2Z061652@repoman.freebsd.org>

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

Change 34473 by des@des.at.des.thinksec.com on 2003/07/14 06:31:38

	Solaris needs <limits.h> for NGROUPS_MAX.  Don't bother making this
	conditional as it's a standard header.

Affected files ...

.. //depot/projects/openpam/lib/openpam_borrow_cred.c#10 edit
.. //depot/projects/openpam/lib/openpam_restore_cred.c#9 edit

Differences ...

==== //depot/projects/openpam/lib/openpam_borrow_cred.c#10 (text+ko) ====

@@ -31,12 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#9 $
+ * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#10 $
  */
 
 #include <sys/param.h>
 
 #include <grp.h>
+#include <limits.h>
 #include <pwd.h>
 #include <stdlib.h>
 #include <unistd.h>

==== //depot/projects/openpam/lib/openpam_restore_cred.c#9 (text+ko) ====

@@ -31,12 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#8 $
+ * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#9 $
  */
 
 #include <sys/param.h>
 
 #include <grp.h>
+#include <limits.h>
 #include <pwd.h>
 #include <stdlib.h>
 #include <unistd.h>



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