diff options
Diffstat (limited to 'FreeBSD')
| -rw-r--r-- | FreeBSD/386/include/lib9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FreeBSD/386/include/lib9.h b/FreeBSD/386/include/lib9.h index 07884bb3..882a13c5 100644 --- a/FreeBSD/386/include/lib9.h +++ b/FreeBSD/386/include/lib9.h @@ -43,6 +43,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; |
