summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2000-03-23 15:57:33 +0000
committerart <art@openbsd.org>2000-03-23 15:57:33 +0000
commit24f096f8f5697b89b279961c69fcbca82f455217 (patch)
tree5b089e1f4a1e76ba3c16ad0f8ead3148af4b0831
parentUse the new timeout facilities for ITIMER_REAL. (diff)
downloadwireguard-openbsd-24f096f8f5697b89b279961c69fcbca82f455217.tar.xz
wireguard-openbsd-24f096f8f5697b89b279961c69fcbca82f455217.zip
No need for our own declaration of lbolt.
-rw-r--r--sys/kern/vfs_sync.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_sync.c b/sys/kern/vfs_sync.c
index 7c572b0051d..128866b8f69 100644
--- a/sys/kern/vfs_sync.c
+++ b/sys/kern/vfs_sync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_sync.c,v 1.11 2000/01/14 19:11:50 art Exp $ */
+/* $OpenBSD: vfs_sync.c,v 1.12 2000/03/23 15:57:33 art Exp $ */
/*
* Portions of this code are:
@@ -144,9 +144,6 @@ vn_syncer_add_to_worklist(vp, delay)
* System filesystem synchronizer daemon.
*/
-
-extern int lbolt;
-
void
sched_sync(p)
struct proc *p;