summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar aeb 2000-06-09 13:02:13 +0000
committerGravatar aeb 2000-06-09 13:02:13 +0000
commit09f008620fd0e2f0c3e7a88e5bc26260023a055d (patch)
tree5d76725bebbb18ddd76bd7091fe10deb8e557c9b /src
parentModified support for 32/64 bit environments, control struct fields have fixed... (diff)
Fix size of error field.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@28 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src')
-rw-r--r--src/kernel-raw1394.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel-raw1394.h b/src/kernel-raw1394.h
index ef324d6..b0d8194 100644
--- a/src/kernel-raw1394.h
+++ b/src/kernel-raw1394.h
@@ -47,8 +47,8 @@
#include <asm/types.h>
struct raw1394_request {
- __s16 type;
- __s16 error;
+ __u32 type;
+ __s32 error;
__u32 misc;
__u32 generation;