diff options
-rw-r--r-- | sys/kern/vfs_sync.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_sync.c b/sys/kern/vfs_sync.c index 3998673834f..6c2bcf36579 100644 --- a/sys/kern/vfs_sync.c +++ b/sys/kern/vfs_sync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_sync.c,v 1.17 2001/02/27 08:46:10 art Exp $ */ +/* $OpenBSD: vfs_sync.c,v 1.18 2001/03/16 15:51:58 art Exp $ */ /* * Portions of this code are: @@ -75,8 +75,6 @@ static long syncer_mask; LIST_HEAD(synclist, vnode); static struct synclist *syncer_workitem_pending; -extern struct simplelock mountlist_slock; - struct proc *syncerproc; /* |