Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/common make this compile.



details:   https://anonhg.NetBSD.org/src/rev/8cd258ef137e
branches:  trunk
changeset: 793331:8cd258ef137e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 05 19:07:16 2014 +0000

description:
make this compile.

diffstat:

 sys/arch/emips/stand/common/ace.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6d9ed34fdc0f -r 8cd258ef137e sys/arch/emips/stand/common/ace.c
--- a/sys/arch/emips/stand/common/ace.c Wed Feb 05 19:03:45 2014 +0000
+++ b/sys/arch/emips/stand/common/ace.c Wed Feb 05 19:07:16 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ace.c,v 1.2 2011/07/17 20:54:39 joerg Exp $    */
+/*     $NetBSD: ace.c,v 1.3 2014/02/05 19:07:16 christos Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -65,6 +65,7 @@
 
 #include "common.h"
 #include "ace.h"
+#include "start.h"
 
 #define NSAC 2
 #define SAC0 ((struct _Sac  *)IDE_DEFAULT_ADDRESS)
@@ -618,7 +619,7 @@
        int i;
        char *msg;
        char buf[DEV_BSIZE];
-       int cnt;
+       size_t cnt;
        va_list ap;
 
        va_start(ap, f);



Home | Main Index | Thread Index | Old Index