Make cache-alignment work always (in stead of 50% of the time:-)

This commit is contained in:
Jack Jansen 1997-02-24 14:00:52 +00:00
parent c587301e2e
commit 666212d429
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ union overhead {
#ifdef USE_CACHE_ALIGNED
struct cachealigner {
u_long ovalign[USE_CACHE_ALIGNED];
};
} ovu_aligner;
#endif /* USE_CACHE_ALIGN */
};