summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"