summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-01-11 00:42:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-01-11 00:42:04 +0000
commitc4568904c63d9e8423df35c8b13fc6af31116493 (patch)
treeecc5528d0bf46b19d2aa789606a892f1e03eb3a7
parentaafb7c1f3c8933665044cdc468487a312b993ecd (diff)
let lsof compile again. report and fix confirmed pvalchev@
-rw-r--r--sys/sys/rwlock.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h
index 247bef79286..53417ca67e4 100644
--- a/sys/sys/rwlock.h
+++ b/sys/sys/rwlock.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rwlock.h,v 1.2 2003/12/28 17:14:33 tedu Exp $ */
+/* $OpenBSD: rwlock.h,v 1.3 2004/01/11 00:42:03 tedu Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -68,6 +68,9 @@
#ifndef SYS_RWLOCK_H
#define SYS_RWLOCK_H
+
+struct proc;
+
struct rwlock {
__volatile unsigned long rwl_owner;
};