diff options
author | 2003-05-13 17:47:15 +0000 | |
---|---|---|
committer | 2003-05-13 17:47:15 +0000 | |
commit | 0b6e186660d073a40b7ebae270337c6760f259af (patch) | |
tree | dddd756af14aac16dcd52d62efcf66b0903babd5 | |
parent | add support for tagging packets with arbitary tags and filtering based on (diff) | |
download | wireguard-openbsd-0b6e186660d073a40b7ebae270337c6760f259af.tar.xz wireguard-openbsd-0b6e186660d073a40b7ebae270337c6760f259af.zip |
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!
-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. |