diff options
author | 2003-11-18 18:12:14 +0000 | |
---|---|---|
committer | 2003-11-18 18:12:14 +0000 | |
commit | caefefd8914130ade86334fae5438c71fd40712b (patch) | |
tree | 68b8ff2108fa7b6c844f7c2dd0555e46512f3088 /sys/kern/kern_rwlock.c | |
parent | tyop in last commit; noticed by hugh@ (diff) | |
download | wireguard-openbsd-caefefd8914130ade86334fae5438c71fd40712b.tar.xz wireguard-openbsd-caefefd8914130ade86334fae5438c71fd40712b.zip |
don't leave test code enabled, spotted Dries Schellekens
Diffstat (limited to 'sys/kern/kern_rwlock.c')
-rw-r--r-- | sys/kern/kern_rwlock.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 113456a95d7..994e1dd5e54 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_rwlock.c,v 1.1 2003/11/18 06:11:10 tedu Exp $ */ +/* $OpenBSD: kern_rwlock.c,v 1.2 2003/11/18 18:12:14 tedu Exp $ */ /* * Copyright (c) 2002, 2003 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -32,8 +32,6 @@ /* XXX - temporary measure until proc0 is properly aligned */ #define RW_PROC(p) (((unsigned long)p) & ~RWLOCK_MASK) -#define RWLOCK_TEST - #ifndef __HAVE_MD_RWLOCK /* * Simple cases that should be in MD code and atomic. |