Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ieee1394 Fix build.



details:   https://anonhg.NetBSD.org/src/rev/c0700b3af3c0
branches:  trunk
changeset: 328150:c0700b3af3c0
user:      htodd <htodd%NetBSD.org@localhost>
date:      Fri Mar 28 04:09:19 2014 +0000

description:
Fix build.

diffstat:

 sys/dev/ieee1394/iec13213.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21abbef6765c -r c0700b3af3c0 sys/dev/ieee1394/iec13213.h
--- a/sys/dev/ieee1394/iec13213.h       Fri Mar 28 03:46:56 2014 +0000
+++ b/sys/dev/ieee1394/iec13213.h       Fri Mar 28 04:09:19 2014 +0000
@@ -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 @@
 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 */



Home | Main Index | Thread Index | Old Index