summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-17 04:53:44 +0000
committerbde <bde@FreeBSD.org>1998-04-17 04:53:44 +0000
commite9db8290885f3407596d2c466538bb62dae7e1bc (patch)
tree5cb5c646f716880981ea6652b16330eadaf03df9 /sys/kern/kern_lock.c
parentdc9ddb8fdd49fe67b36f0ba6ff8eae070aced538 (diff)
downloadFreeBSD-src-e9db8290885f3407596d2c466538bb62dae7e1bc.zip
FreeBSD-src-e9db8290885f3407596d2c466538bb62dae7e1bc.tar.gz
Really finish supporting compiling with `gcc -ansi'.
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index d3d0df0..65a84ea 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -38,7 +38,7 @@
* SUCH DAMAGE.
*
* @(#)kern_lock.c 8.18 (Berkeley) 5/21/95
- * $Id: kern_lock.c,v 1.17 1998/02/11 00:05:26 eivind Exp $
+ * $Id: kern_lock.c,v 1.18 1998/03/07 19:25:34 dyson Exp $
*/
#include "opt_lint.h"
@@ -65,7 +65,7 @@
#if defined(DIAGNOSTIC)
#define LOCK_INLINE
#else
-#define LOCK_INLINE inline
+#define LOCK_INLINE __inline
#endif
#define LK_ALL (LK_HAVE_EXCL | LK_WANT_EXCL | LK_WANT_UPGRADE | \
OpenPOWER on IntegriCloud