summaryrefslogtreecommitdiff
path: root/sys/miscfs/fifofs/fifo.h
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2008-05-03 14:41:30 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2008-05-03 14:41:30 +0000
commita96362c37a21db8978123564dea721cdbd4421c6 (patch)
treed808160eb7984a8bcc5e550af5fa821852c0c464 /sys/miscfs/fifofs/fifo.h
parent351632319bc7ed4e24d0f3049fd70e90063b4909 (diff)
Introduce vop_generic_bmap(); use it where applicable.
one thing of note, fifofs changes in that its bmap now sets the runp too 0, but that was an oversight in the old code. ok art@
Diffstat (limited to 'sys/miscfs/fifofs/fifo.h')
-rw-r--r--sys/miscfs/fifofs/fifo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/fifofs/fifo.h b/sys/miscfs/fifofs/fifo.h
index b5056876774..77a8a4c52c9 100644
--- a/sys/miscfs/fifofs/fifo.h
+++ b/sys/miscfs/fifofs/fifo.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fifo.h,v 1.18 2008/04/24 17:39:45 thib Exp $ */
+/* $OpenBSD: fifo.h,v 1.19 2008/05/03 14:41:29 thib Exp $ */
/* $NetBSD: fifo.h,v 1.10 1996/02/09 22:40:15 christos Exp $ */
/*
@@ -48,7 +48,6 @@ int fifo_poll(void *);
int fifo_kqfilter(void *);
int fifo_inactive(void *);
int fifo_reclaim(void *);
-int fifo_bmap(void *);
int fifo_print(void *);
int fifo_pathconf(void *);
int fifo_advlock(void *);