summaryrefslogtreecommitdiff
path: root/NetBSD
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
commit9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (patch)
treec3a0d777aff6e710495e7c1b1702d7567f281714 /NetBSD
parentcc801e51faec0b896f3c9df979bf8fe9111b0cc2 (diff)
Rune from ushort to uint
Diffstat (limited to 'NetBSD')
-rw-r--r--NetBSD/386/include/lib9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetBSD/386/include/lib9.h b/NetBSD/386/include/lib9.h
index df980a40..0e0222ea 100644
--- a/NetBSD/386/include/lib9.h
+++ b/NetBSD/386/include/lib9.h
@@ -57,7 +57,7 @@ typedef unsigned int uint32;
typedef long long int64;
typedef unsigned long long uint64;
-typedef unsigned short Rune;
+typedef unsigned int Rune;
typedef unsigned int mpdigit; /* for /sys/include/mp.h */