diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 06:06:29 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 06:06:29 +0000 |
commit | 68127d8aa8be05026092d74eb27663a9fe287c85 (patch) | |
tree | 70fceabac7809c627a8fb9d89473fd6f2c9402a0 /sys | |
parent | 2470d5cf8fc090ac48abf2368086d336c08e1fd6 (diff) |
last one
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/i2o/i2o.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2o/i2o.h b/sys/dev/i2o/i2o.h index 65a6a3c54b5..169d4b9f356 100644 --- a/sys/dev/i2o/i2o.h +++ b/sys/dev/i2o/i2o.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i2o.h,v 1.3 2001/06/27 03:39:17 mickey Exp $ */ +/* $OpenBSD: i2o.h,v 1.4 2001/06/27 06:06:28 nate Exp $ */ /* $NetBSD: i2o.h,v 1.3 2001/03/20 13:01:48 ad Exp $ */ /*- @@ -1047,7 +1047,7 @@ struct i2o_lan_send_reply { }; #define I2O_LAN_RECIEVE_POST 0x3e -struct i2o_lan_recieve_post { +struct i2o_lan_receive_post { u_int32_t msgflags; u_int32_t msgfunc; u_int32_t msgictx; @@ -1065,7 +1065,7 @@ struct i2o_lan_pdb { #define I2O_LAN_FRAG_VALID 0x00 #define I2O_LAN_FRAG_VALID_MASK foo -struct i2o_lan_recieve_reply { +struct i2o_lan_receive_reply { u_int32_t msgflags; u_int32_t msgfunc; u_int32_t msgictx; |