ee03b19c7a
o rename three patches to 'update-patches' naming conventions o add 64bit patches o add other tidbits from my opencm://opencm.org/everyone/todd@fries.net/home/merge-candidate branch
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
$OpenBSD: patch-base_src_opencm_h,v 1.1 2002/08/27 17:43:14 todd Exp $
|
|
--- base/src/opencm.h.orig Mon Aug 5 16:03:07 2002
|
|
+++ base/src/opencm.h Tue Aug 27 12:25:27 2002
|
|
@@ -110,7 +110,7 @@ typedef struct Repository Repository;
|
|
typedef struct command command;
|
|
|
|
#if SIZEOF_UNSIGNED_LONG_LONG == 8
|
|
-typedef unsigned long long oc_uint64_t;
|
|
+typedef u_int32_t long oc_uint64_t;
|
|
#elif SIZEOF___UINT64 == 8
|
|
typedef __uint64 oc_uint64_t;
|
|
#error "OpenCM requires a 64-bit unsigned type."
|