|
|
@@ -566,3 +566,14 @@
|
|
|
#else
|
|
|
typedef struct sem_t PGPSem_t;
|
|
|
#endif /* !PGP_UNIX_HPUX */
|
|
|
+--- libs/pfl/common/pgpBase.h.dist 2003-07-31 10:17:51.000000000 +0200
|
|
|
++++ libs/pfl/common/pgpBase.h 2003-07-31 10:18:16.000000000 +0200
|
|
|
+@@ -137,7 +137,7 @@
|
|
|
+ #if ULONG_MAX > 0xfffffffful
|
|
|
+ #if ULONG_MAX == 0xfffffffffffffffful
|
|
|
+
|
|
|
+-typedef ulong PGPUInt64;
|
|
|
++typedef unsigned long PGPUInt64;
|
|
|
+ typedef long PGPInt64;
|
|
|
+ #define PGP_HAVE64 1
|
|
|
+
|