From d4f15433352b9decda2f2a59906aa0f74dac0fb7 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 6 Apr 2007 19:38:35 +0000 Subject: r22108: Fix from to try and fix the HPUX builds. Jeremy. (This used to be commit 4de297112b9d87e58d870889007001169265e084) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 47be8bea90..53f6ab8b58 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -178,8 +178,8 @@ * 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 -- cgit