summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-12-10 19:57:01 +0000
committereivind <eivind@FreeBSD.org>1998-12-10 19:57:01 +0000
commitd2f9690e5c31012c13fc4f24e794e8bfd0f398ca (patch)
tree6a9ed3efca84fdee28c27d718fb18e603137805d /sys/dev/fdc
parente4b351684b6ee8cdc8ed6d5189dcbf01d8e15c69 (diff)
downloadFreeBSD-src-d2f9690e5c31012c13fc4f24e794e8bfd0f398ca.zip
FreeBSD-src-d2f9690e5c31012c13fc4f24e794e8bfd0f398ca.tar.gz
Rename one of the two devfs_link's to devfs_makelink.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 37df7b1..4d78f2e 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.125 1998/12/04 22:54:46 archie Exp $
+ * $Id: fd.c,v 1.126 1998/12/07 21:58:20 archie Exp $
*
*/
@@ -784,10 +784,10 @@ fdattach(struct isa_device *dev)
}
for (i = 0; i < MAXPARTITIONS; i++) {
- fd->bdevs[1 + NUMDENS + i] = devfs_link(fd->bdevs[0],
+ fd->bdevs[1 + NUMDENS + i] = devfs_makelink(fd->bdevs[0],
"fd%d%c", fdu, 'a' + i);
fd->cdevs[1 + NUMDENS + i] =
- devfs_link(fd->cdevs[0],
+ devfs_makelink(fd->cdevs[0],
"rfd%d%c", fdu, 'a' + i);
}
#endif /* DEVFS */
OpenPOWER on IntegriCloud