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 | |
| parent | cc801e51faec0b896f3c9df979bf8fe9111b0cc2 (diff) | |
Rune from ushort to uint
| -rw-r--r-- | DragonFly/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | FreeBSD/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | Irix/mips/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/arm/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/power/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/spim/include/lib9.h | 2 | ||||
| -rw-r--r-- | MacOSX/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | MacOSX/power/include/lib9.h | 2 | ||||
| -rw-r--r-- | NetBSD/386/include/lib9.h | 2 | ||||
| -rwxr-xr-x | Nt/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | OpenBSD/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | Solaris/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | Solaris/sparc/include/lib9.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/DragonFly/386/include/lib9.h b/DragonFly/386/include/lib9.h index 3af6b735..9fea0754 100644 --- a/DragonFly/386/include/lib9.h +++ b/DragonFly/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; 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; diff --git a/Irix/mips/include/lib9.h b/Irix/mips/include/lib9.h index 8db78d63..cf6f055f 100644 --- a/Irix/mips/include/lib9.h +++ b/Irix/mips/include/lib9.h @@ -25,7 +25,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; diff --git a/Linux/arm/include/lib9.h b/Linux/arm/include/lib9.h index 002e3d15..abd478e2 100644 --- a/Linux/arm/include/lib9.h +++ b/Linux/arm/include/lib9.h @@ -41,7 +41,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; diff --git a/Linux/power/include/lib9.h b/Linux/power/include/lib9.h index b3d47212..e9a2939e 100644 --- a/Linux/power/include/lib9.h +++ b/Linux/power/include/lib9.h @@ -42,7 +42,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; diff --git a/Linux/spim/include/lib9.h b/Linux/spim/include/lib9.h index 36f121fb..dd04e100 100644 --- a/Linux/spim/include/lib9.h +++ b/Linux/spim/include/lib9.h @@ -43,7 +43,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; diff --git a/MacOSX/386/include/lib9.h b/MacOSX/386/include/lib9.h index 3bc4d05e..c138227b 100644 --- a/MacOSX/386/include/lib9.h +++ b/MacOSX/386/include/lib9.h @@ -34,7 +34,7 @@ typedef unsigned long ulong; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef unsigned int Rune; typedef unsigned int u32int; typedef uvlong u64int; diff --git a/MacOSX/power/include/lib9.h b/MacOSX/power/include/lib9.h index d632ac3a..b00716b1 100644 --- a/MacOSX/power/include/lib9.h +++ b/MacOSX/power/include/lib9.h @@ -34,7 +34,7 @@ typedef unsigned long ulong; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef unsigned int Rune; typedef unsigned int u32int; typedef uvlong u64int; 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 */ diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h index 85ec1b4c..ac261561 100755 --- a/Nt/386/include/lib9.h +++ b/Nt/386/include/lib9.h @@ -53,7 +53,7 @@ typedef unsigned int uint; typedef unsigned long ulong; typedef signed char schar; typedef unsigned short ushort; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef __int64 vlong; typedef unsigned __int64 uvlong; typedef unsigned int u32int; diff --git a/OpenBSD/386/include/lib9.h b/OpenBSD/386/include/lib9.h index d1c1ab73..69c310e9 100644 --- a/OpenBSD/386/include/lib9.h +++ b/OpenBSD/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; diff --git a/Solaris/386/include/lib9.h b/Solaris/386/include/lib9.h index d85114fd..73fc10ce 100644 --- a/Solaris/386/include/lib9.h +++ b/Solaris/386/include/lib9.h @@ -25,7 +25,7 @@ typedef unsigned int uint; typedef unsigned long ulong; typedef signed char schar; typedef unsigned short ushort; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int mpdigit; /* for /sys/include/mp.h */ diff --git a/Solaris/sparc/include/lib9.h b/Solaris/sparc/include/lib9.h index 581945de..f757d458 100644 --- a/Solaris/sparc/include/lib9.h +++ b/Solaris/sparc/include/lib9.h @@ -29,7 +29,7 @@ typedef unsigned int uint; typedef unsigned long ulong; typedef signed char schar; typedef unsigned short ushort; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; |
