summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-03-10 20:52:47 +0000
committerphk <phk@FreeBSD.org>2004-03-10 20:52:47 +0000
commit5b6d5b3f4b105ca4a7229e76895304e038457dcb (patch)
tree9d0583210dd44328f061af3b002e9705a7c27579
parent0f56e66e2f53df9e66c87c4c703a093c7926dc1c (diff)
downloadFreeBSD-src-5b6d5b3f4b105ca4a7229e76895304e038457dcb.zip
FreeBSD-src-5b6d5b3f4b105ca4a7229e76895304e038457dcb.tar.gz
Make the extern for adv_mcode match the reality: it's u_int8_t, but
probably unendiansafely used as u_int16_t.
-rw-r--r--sys/dev/advansys/advmcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/advansys/advmcode.h b/sys/dev/advansys/advmcode.h
index b9430b7..128efc4 100644
--- a/sys/dev/advansys/advmcode.h
+++ b/sys/dev/advansys/advmcode.h
@@ -14,6 +14,6 @@
* modification.
*/
-extern u_int16_t adv_mcode[];
+extern u_int8_t adv_mcode[];
extern u_int16_t adv_mcode_size;
extern u_int32_t adv_mcode_chksum;
OpenPOWER on IntegriCloud