r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.
authorJeremy Allison <jra@samba.org>
Fri, 6 Apr 2007 19:38:35 +0000 (19:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:13 +0000 (12:19 -0500)
Jeremy.

source/include/includes.h

index 47be8bea90cf6e0aa499cc714ed4d7f471c413c9..53f6ab8b586aaa1e308af33849e203d83fde6ee9 100644 (file)
  * HP LDAP-UX Integration products' LDAP libraries.
 */
 #ifndef ber_tag_t
-typedef unsigned int ber_tag_t;
-typedef unsigned int ber_int_t;
+typedef unsigned long ber_tag_t;
+typedef int ber_int_t;
 #endif
 #endif /* HPUX */
 #ifndef LBER_USE_DER