diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-13 17:47:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-13 17:47:16 +0000 |
commit | 89e5287dc514551776eff7b81e819fff7f5b5355 (patch) | |
tree | 80d41d0ed3c78e2fbd99cc4baa9396f95de49759 /sys | |
parent | 145b808dbc73406ed1dbde195f498ba3a81fd6e3 (diff) |
Fix the tree. Jason, you were such a rock star yesterday, but it obviously
blinded you to the fact you were breaking ALL of our install media!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vfs_bio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index b25460f8487..626137ac4a9 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.66 2003/05/13 02:09:46 jason Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.67 2003/05/13 17:47:15 deraadt Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /*- @@ -92,7 +92,7 @@ u_long bufhash; TAILQ_HEAD(bqueues, buf) bufqueues[BQUEUES]; int needbuffer; int nobuffers; -extern struct bio_ops bioops; +struct bio_ops bioops; /* * Buffer pool for I/O buffers. |