summaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs/specdev.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/specfs/specdev.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/specfs/specdev.h')
-rw-r--r--sys/miscfs/specfs/specdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/specfs/specdev.h b/sys/miscfs/specfs/specdev.h
index 98ab6ab3310..55d9322b493 100644
--- a/sys/miscfs/specfs/specdev.h
+++ b/sys/miscfs/specfs/specdev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: specdev.h,v 1.24 2008/04/14 10:15:50 thib Exp $ */
+/* $OpenBSD: specdev.h,v 1.25 2008/05/03 14:41:29 thib Exp $ */
/* $NetBSD: specdev.h,v 1.12 1996/02/13 13:13:01 mycroft Exp $ */
/*
@@ -102,7 +102,6 @@ int spec_poll(void *);
int spec_kqfilter(void *);
int spec_fsync(void *);
int spec_inactive(void *);
-int spec_bmap(void *);
int spec_strategy(void *);
int spec_print(void *);
int spec_pathconf(void *);