diff options
| author | dbj <dbj@NetBSD.org> | 2002-03-18 05:10:58 +0000 |
|---|---|---|
| committer | dbj <dbj@NetBSD.org> | 2002-03-18 05:10:58 +0000 |
| commit | f0658bdadab5f9149d4f9960dbaebdfc1949bcee (patch) | |
| tree | 3135f7cf7d4ea113ca3da1e0450fe5e5f564d2b1 /lib | |
| parent | a2e0bd5a5dcd4285b1120c30fe0d9f60349c280b (diff) | |
make compile with _STANDALONE
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/arch/powerpc/gen/syncicache.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
