diff options
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 */ |
