Module Name: src Committed By: christos Date: Wed Mar 26 17:31:13 UTC 2014
Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: return something To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 src/sys/arch/sparc/sparc/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc/sparc/autoconf.c diff -u src/sys/arch/sparc/sparc/autoconf.c:1.254 src/sys/arch/sparc/sparc/autoconf.c:1.255 --- src/sys/arch/sparc/sparc/autoconf.c:1.254 Wed Mar 26 13:29:21 2014 +++ src/sys/arch/sparc/sparc/autoconf.c Wed Mar 26 13:31:13 2014 @@ -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 @@ clockfreq(int freq) static char buf[10]; humanize_number(buf, sizeof(buf), freq / 1000, "", 1000); + return buf; } /* ARGSUSED */