summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2002-03-18 05:10:58 +0000
committerdbj <dbj@NetBSD.org>2002-03-18 05:10:58 +0000
commitf0658bdadab5f9149d4f9960dbaebdfc1949bcee (patch)
tree3135f7cf7d4ea113ca3da1e0450fe5e5f564d2b1 /sys/lib
parenta2e0bd5a5dcd4285b1120c30fe0d9f60349c280b (diff)
make compile with _STANDALONE
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libkern/arch/powerpc/syncicache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/powerpc/syncicache.c b/sys/lib/libkern/arch/powerpc/syncicache.c
index 1a9891faade..edf8e8704fa 100644
--- a/sys/lib/libkern/arch/powerpc/syncicache.c
+++ b/sys/lib/libkern/arch/powerpc/syncicache.c
@@ -1,4 +1,4 @@
-/* $NetBSD: syncicache.c,v 1.5 2002/03/13 00:59:29 eeh Exp $ */
+/* $NetBSD: syncicache.c,v 1.6 2002/03/18 05:10:59 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,