diff options
| author | htodd <htodd@NetBSD.org> | 2014-03-28 04:09:19 +0000 |
|---|---|---|
| committer | htodd <htodd@NetBSD.org> | 2014-03-28 04:09:19 +0000 |
| commit | 460ae15eb469dc4e2b1a26e66ff532d3313e77cf (patch) | |
| tree | 84f4260da2c275f2c5c132a58b30c0587b8426c3 /sys/dev | |
| parent | 8d985f63b4068557b89e3cfad2f87def9d4e3c01 (diff) | |
Fix build.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ieee1394/iec13213.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ieee1394/iec13213.h b/sys/dev/ieee1394/iec13213.h index 005d46b0805..5d2bbdcd01e 100644 --- a/sys/dev/ieee1394/iec13213.h +++ b/sys/dev/ieee1394/iec13213.h @@ -1,4 +1,4 @@ -/* $NetBSD: iec13213.h,v 1.5 2010/08/26 07:36:53 cegger Exp $ */ +/* $NetBSD: iec13213.h,v 1.6 2014/03/28 04:09:19 htodd Exp $ */ /*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa @@ -224,7 +224,7 @@ struct csrreg *crom_search_key(struct crom_context *, uint8_t); int crom_has_specver(uint32_t *, uint32_t, uint32_t); #ifndef _KERNEL -const char *crom_desc(struct crom_context *, char *, int); +const char *crom_desc(struct crom_context *, char *, size_t); #endif /* For CROM build */ |
