summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-17 18:43:50 +0000
committerphk <phk@FreeBSD.org>1999-07-17 18:43:50 +0000
commit6c373ff516a4d81fb7ff42fa2e5f83336c689d02 (patch)
treef55a7b55757713b880028c26ee5d442c89c0bfee /sys/vm
parent490319991d4e8db85c4f009d40158c8aeeaf2ed8 (diff)
downloadFreeBSD-src-6c373ff516a4d81fb7ff42fa2e5f83336c689d02.zip
FreeBSD-src-6c373ff516a4d81fb7ff42fa2e5f83336c689d02.tar.gz
I have not one single time remembered the name of this function correctly
so obviously I gave it the wrong name. s/umakedev/makeudev/g
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index 89d2a5b..b9a286f 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
- * $Id: vm_swap.c,v 1.75 1999/07/07 04:07:03 msmith Exp $
+ * $Id: vm_swap.c,v 1.76 1999/07/07 09:12:44 ache Exp $
*/
#include "opt_devfs.h"
@@ -348,7 +348,7 @@ swaponvp(p, vp, dev, nblks)
panic("Cannot get vnode for swapdev");
vp1 = nvp;
vp1->v_type = VBLK;
- if ((nvp = checkalias(vp1, umakedev(BDEV_MAJOR, 0),
+ if ((nvp = checkalias(vp1, makeudev(BDEV_MAJOR, 0),
(struct mount *) 0))) {
vput(vp1);
vp1 = nvp;
OpenPOWER on IntegriCloud