From 95f2c0e2de3eabab8fa131443728a2baf1dff31f Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 19 Aug 2010 16:17:42 +0100 Subject: 20100819-1617 --- CHANGES | 2 ++ Solaris/sparc/include/lib9.h | 2 ++ include/version.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ecfa3592..c5f11243 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +20100819 + failed to push Solaris/sparc/include/lib9.h with u64int change [issue 151] 20100810 initial introduction of crypt-*(2) and ipints(2) replace keyring.m in module/runt.m by ipints.m and crypt.m; compensate in libinterp and libkeyring by using keyringif.m to generate Keyring's interface diff --git a/Solaris/sparc/include/lib9.h b/Solaris/sparc/include/lib9.h index 1c58889b..550ed3e9 100644 --- a/Solaris/sparc/include/lib9.h +++ b/Solaris/sparc/include/lib9.h @@ -33,6 +33,8 @@ typedef unsigned short Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; +typedef uvlong u64int; + typedef unsigned int mpdigit; /* for /sys/include/mp.h */ typedef unsigned short u16int; typedef unsigned char u8int; diff --git a/include/version.h b/include/version.h index 80208e8e..7b0a16fb 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100810)" +#define VERSION "Fourth Edition (20100819)" -- cgit v1.2.3