summaryrefslogtreecommitdiffstats
path: root/sys/sys/disk.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-03 15:05:17 +0000
committerphk <phk@FreeBSD.org>1996-05-03 15:05:17 +0000
commit04c1e3cc5c2d4763a2b68c4b0f73214a4dd0fbd2 (patch)
tree0dbae8002c3bcae9d386525300c2e52818867457 /sys/sys/disk.h
parent1bb866817dbfcdffce34935d37f336f91f3f15c3 (diff)
downloadFreeBSD-src-04c1e3cc5c2d4763a2b68c4b0f73214a4dd0fbd2.zip
FreeBSD-src-04c1e3cc5c2d4763a2b68c4b0f73214a4dd0fbd2.tar.gz
disksort() is gone, all drivers now use tqdisksort().
Diffstat (limited to 'sys/sys/disk.h')
-rw-r--r--sys/sys/disk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h
index 04d7d1c..2025688 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -41,7 +41,7 @@
*
* @(#)disk.h 8.1 (Berkeley) 6/2/93
*
- * $Id: disk.h,v 1.3 1994/08/21 04:41:39 paul Exp $
+ * $Id: disk.h,v 1.4 1995/11/23 07:24:23 dyson Exp $
*/
#ifndef _SYS_DISK_H_
@@ -107,7 +107,6 @@ struct disksort_stats {
#endif
#ifdef KERNEL
-void disksort __P((struct buf *, struct buf *));
void tqdisksort __P((struct buf_queue_head *, struct buf *));
char *readdisklabel __P((struct dkdevice *, int));
int setdisklabel __P((struct dkdevice *, struct disklabel *));
OpenPOWER on IntegriCloud