From eee9ec00bb27dae2b66edbe8cb8debfd4ed1b520 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 18 May 1994 23:11:14 +0000 Subject: [PATCH] cannot read sparc disk names --- usr.bin/vmstat/names.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/usr.bin/vmstat/names.c b/usr.bin/vmstat/names.c index 17b4b42f017d..2371a6f81550 100644 --- a/usr.bin/vmstat/names.c +++ b/usr.bin/vmstat/names.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)names.c 8.1 (Berkeley) 6/6/93 - * $Id: names.c,v 1.9 1994/05/11 07:35:56 cgd Exp $ + * $Id: names.c,v 1.10 1994/05/18 23:11:14 deraadt Exp $ */ #if !defined(hp300) && !defined(tahoe) && !defined(vax) && \ @@ -47,6 +47,14 @@ read_names() } #endif +#if defined(sparc) +int +read_names() +{ + return 1; +} +#endif + #if defined(hp300) || defined(luna68k) #if defined(hp300) #include