summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-02-04 08:01:49 +0000
committerscottl <scottl@FreeBSD.org>2006-02-04 08:01:49 +0000
commit1ee006c61205556a8ed118acd932ac1cefcab588 (patch)
tree6e96bb1976537d2240333b52b5947de31404f048 /sys/dev/asr
parent4185f9e81f4e9fbf9aeacec2fca4875433e3a9cd (diff)
downloadFreeBSD-src-1ee006c61205556a8ed118acd932ac1cefcab588.zip
FreeBSD-src-1ee006c61205556a8ed118acd932ac1cefcab588.tar.gz
Give correct definitions to some basic types.
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/i2odep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h
index c1e6e50..79838cb 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 */
OpenPOWER on IntegriCloud