Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mipsco/stand/common fix the second copy of this fil...



details:   https://anonhg.NetBSD.org/src/rev/0b277edf9e17
branches:  trunk
changeset: 326607:0b277edf9e17
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 06 18:45:35 2014 +0000

description:
fix the second copy of this file. XXX: merge them.

diffstat:

 sys/arch/mipsco/stand/common/saio.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34256da59ba8 -r 0b277edf9e17 sys/arch/mipsco/stand/common/saio.c
--- a/sys/arch/mipsco/stand/common/saio.c       Thu Feb 06 18:43:41 2014 +0000
+++ b/sys/arch/mipsco/stand/common/saio.c       Thu Feb 06 18:45:35 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: saio.c,v 1.13 2011/07/17 20:54:44 joerg Exp $  */
+/*     $NetBSD: saio.c,v 1.14 2014/02/06 18:45:35 christos Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -150,7 +150,7 @@
        int i;
        char *msg;
        char buf[DEV_BSIZE];
-       int cnt;
+       size_t cnt;
        static char device[] = "dksd(0,0,10)";
 
        va_list ap;



Home | Main Index | Thread Index | Old Index