From 89e5287dc514551776eff7b81e819fff7f5b5355 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 13 May 2003 17:47:16 +0000 Subject: 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! --- sys/kern/vfs_bio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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. -- cgit v1.2.3