|
typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long;
typedef unsigned short ushort; typedef unsigned int uint;
FreeBSDでは現在も対応しているが、もはやSystem Vとの互換性のみが残存目的となっており、ユーザー空間でのみ定義されカーネル空間では定義されないようになっている。この古い二つは、今から新たに使うべきではない。