Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
Revision 1.2 by nishi, Thu Oct 17 10:15:36 2024 UTC | Revision 1.3 by nishi, Thu Oct 17 10:21:36 2024 UTC | |
---|---|---|
# | Line 5 | Line 5 |
5 | ||
6 | #ifdef __bsdi__ | #ifdef __bsdi__ |
7 | typedef u_int8_t uint8_t; | typedef u_int8_t uint8_t; |
8 | typedef u_int16_t short uint16_t; | typedef u_int16_t uint16_t; |
9 | typedef u_int32_t uint32_t; | typedef u_int32_t uint32_t; |
10 | typedef u_int64_t uint64_t; | typedef u_int64_t uint64_t; |
11 | #else | #else |
|
nishi@yakumo.dev | ViewVC Help |
Powered by ViewVC 1.3.0-dev |