summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-06-01 18:56:26 +0000
committerphk <phk@FreeBSD.org>1999-06-01 18:56:26 +0000
commita6b150ee302f4f0c2992587f09851072b40aaa39 (patch)
tree0f00a280cf192732bc7224beff8e08c4b4b6940d /sys/kern/vfs_aio.c
parent91a6d42ba0db00e8c993ea7b50fa1cf1543e21f1 (diff)
downloadFreeBSD-src-a6b150ee302f4f0c2992587f09851072b40aaa39.zip
FreeBSD-src-a6b150ee302f4f0c2992587f09851072b40aaa39.tar.gz
Introduce the makebdev() function, it does the same as the makedev()
function for now, but that will change.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 658edb1..04d9de4 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: vfs_aio.c,v 1.49 1999/05/08 06:39:46 phk Exp $
+ * $Id: vfs_aio.c,v 1.50 1999/05/09 13:13:52 phk Exp $
*/
/*
@@ -981,7 +981,7 @@ aio_qphysio(p, aiocbe)
return -1;
}
- dev = makedev(bdev->d_bmaj, minor(vp->v_rdev));
+ dev = makebdev(bdev->d_bmaj, minor(vp->v_rdev));
/*
* Physical I/O is charged directly to the process, so we don't have
OpenPOWER on IntegriCloud