diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-08 07:14:37 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-08 07:14:37 +0000 |
| commit | 9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (patch) | |
| tree | c3a0d777aff6e710495e7c1b1702d7567f281714 /FreeBSD/386/include/lib9.h | |
| parent | cc801e51faec0b896f3c9df979bf8fe9111b0cc2 (diff) | |
Rune from ushort to uint
Diffstat (limited to 'FreeBSD/386/include/lib9.h')
| -rw-r--r-- | FreeBSD/386/include/lib9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeBSD/386/include/lib9.h b/FreeBSD/386/include/lib9.h index d9c9d3fc..6984ea4e 100644 --- a/FreeBSD/386/include/lib9.h +++ b/FreeBSD/386/include/lib9.h @@ -38,7 +38,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; typedef unsigned long ulong; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; |
