From f0658bdadab5f9149d4f9960dbaebdfc1949bcee Mon Sep 17 00:00:00 2001 From: dbj Date: Mon, 18 Mar 2002 05:10:58 +0000 Subject: make compile with _STANDALONE --- lib/libc/arch/powerpc/gen/syncicache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/arch/powerpc/gen/syncicache.c b/lib/libc/arch/powerpc/gen/syncicache.c index 9153cbe465a..569d4c36164 100644 --- a/lib/libc/arch/powerpc/gen/syncicache.c +++ b/lib/libc/arch/powerpc/gen/syncicache.c @@ -1,4 +1,4 @@ -/* $NetBSD: syncicache.c,v 1.7 2002/03/13 00:57:53 eeh Exp $ */ +/* $NetBSD: syncicache.c,v 1.8 2002/03/18 05:10:58 dbj Exp $ */ /* * Copyright (C) 1995-1997, 1999 Wolfgang Solfrank. @@ -45,7 +45,7 @@ #ifndef CACHELINESIZE #error "Must know the size of a cache line" #endif -static struct _cache_info { +static struct cache_info _cache_info = { CACHELINESIZE, CACHELINESIZE, CACHELINESIZE, -- cgit