Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/common/lib/libc/arch/i386/atomic/atomic.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/i386/atomic/atomic.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/common/lib/libc/arch/i386/atomic/atomic.S 2009/01/04 18:21:38 1.15 +++ src/common/lib/libc/arch/i386/atomic/atomic.S 2009/01/12 02:53:29 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: atomic.S,v 1.15 2009/01/04 18:21:38 pooka Exp $ */ +/* $NetBSD: atomic.S,v 1.16 2009/01/12 02:53:29 pooka Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -29,12 +29,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include #include -#if defined(_KERNEL) && !defined(_RUMPKERNEL) -#define _HARDKERNEL -#endif - #ifdef _HARDKERNEL #define LOCK(n) .Lpatch/**/n: lock #define ALIAS(f, t) STRONG_ALIAS(f,t)