artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0427279
)
No need for our own declaration of lbolt.
author
art
<art@openbsd.org>
Thu, 23 Mar 2000 15:57:33 +0000
(15:57 +0000)
committer
art
<art@openbsd.org>
Thu, 23 Mar 2000 15:57:33 +0000
(15:57 +0000)
sys/kern/vfs_sync.c
patch
|
blob
|
history
diff --git
a/sys/kern/vfs_sync.c
b/sys/kern/vfs_sync.c
index
7c572b0
..
128866b
100644
(file)
--- a/
sys/kern/vfs_sync.c
+++ b/
sys/kern/vfs_sync.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vfs_sync.c,v 1.1
1 2000/01/14 19:11:50
art Exp $ */
+/* $OpenBSD: vfs_sync.c,v 1.1
2 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;