summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-08-19 16:17:42 +0100
committerforsyth <forsyth@vitanuova.com>2010-08-19 16:17:42 +0100
commit95f2c0e2de3eabab8fa131443728a2baf1dff31f (patch)
tree51fed686ff81184cf4c1bf91e67822fcf5bce2a0
parent7de2b42d50e3c05cc143e7b51284009b5e185581 (diff)
20100819-1617
-rw-r--r--CHANGES2
-rw-r--r--Solaris/sparc/include/lib9.h2
-rw-r--r--include/version.h2
3 files changed, 5 insertions, 1 deletions
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)"