PERFORCE change 34473 for review

Dag-Erling Smorgrav des at FreeBSD.org
Mon Jul 14 06:32:24 PDT 2003


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

Change 34473 by des at 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>


More information about the p4-projects mailing list