summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-24 14:50:39 +0000
committerbde <bde@FreeBSD.org>1995-11-24 14:50:39 +0000
commite37b56e33846da8da4c0353bb7d1437b02a574ef (patch)
tree7a028c9c6ef938b134b1654ad0d607c1c3c76733 /sys/sys/disklabel.h
parented3ff9247ca7a0b2d76d22401a54a3e82ce0f2e9 (diff)
downloadFreeBSD-src-e37b56e33846da8da4c0353bb7d1437b02a574ef.zip
FreeBSD-src-e37b56e33846da8da4c0353bb7d1437b02a574ef.tar.gz
Declared tqdisksort(). <sys/disklabel.h> is the wrong place, but
<sys.disk.h> isn't used, so the declaration there isn't seen.
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 3df5344..911b0b2 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.16 1995/05/30 08:14:17 rgrimes Exp $
+ * $Id: disklabel.h,v 1.17 1995/09/16 17:03:57 bde Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -397,6 +397,7 @@ void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
char *readdisklabel __P((dev_t dev, d_strategy_t *strat,
struct disklabel *lp));
+void tqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
int writedisklabel __P((dev_t dev, d_strategy_t *strat,
OpenPOWER on IntegriCloud