diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-02-04 08:01:49 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-02-04 08:01:49 +0000 |
| commit | 90acf956d3033146f0aad494f3f0cae486eb8471 (patch) | |
| tree | 6e96bb1976537d2240333b52b5947de31404f048 | |
| parent | d5e8a67ee994be7e9a5c3ac079e7694fddf75d83 (diff) | |
Notes
| -rw-r--r-- | sys/dev/asr/i2odep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h index c1e6e5067ce2..79838cbe7ba0 100644 --- a/sys/dev/asr/i2odep.h +++ b/sys/dev/asr/i2odep.h @@ -80,8 +80,8 @@ typedef signed short S16; typedef unsigned char U8; typedef unsigned short U16; -typedef unsigned long U32; -typedef unsigned short S32; +typedef u_int32_t U32; +typedef int32_t S32; /* Bitfields */ |
