Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc return something



details:   https://anonhg.NetBSD.org/src/rev/3c3a231089fd
branches:  trunk
changeset: 328109:3c3a231089fd
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 26 17:31:13 2014 +0000

description:
return something

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3ea42525a943 -r 3c3a231089fd sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Wed Mar 26 17:29:21 2014 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Wed Mar 26 17:31:13 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.254 2014/03/26 17:29:21 christos Exp $ */
+/*     $NetBSD: autoconf.c,v 1.255 2014/03/26 17:31:13 christos Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.254 2014/03/26 17:29:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.255 2014/03/26 17:31:13 christos Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -1036,6 +1036,7 @@
        static char buf[10];
 
        humanize_number(buf, sizeof(buf), freq / 1000, "", 1000);
+       return buf;
 }
 
 /* ARGSUSED */



Home | Main Index | Thread Index | Old Index