summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-04-02 04:54:26 +0000
committerscrappy <scrappy@FreeBSD.org>1996-04-02 04:54:26 +0000
commite14745c8eaaf2dfc52d61d631982c5f4fc9a61be (patch)
tree68b5431cc722e2da98985bc2acdcbee13eb7bfe1 /sys
parent52b6bf2e186c7b852c3118660db1dd4063db4177 (diff)
downloadFreeBSD-src-e14745c8eaaf2dfc52d61d631982c5f4fc9a61be.zip
FreeBSD-src-e14745c8eaaf2dfc52d61d631982c5f4fc9a61be.tar.gz
Change dev_link() to devfs_link()
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/st.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index cdd8273..1514a94 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.66 1996/03/29 04:35:09 scrappy Exp $
+ * $Id: st.c,v 1.67 1996/04/01 02:12:53 scrappy Exp $
*/
/*
@@ -334,11 +334,11 @@ stattach(struct scsi_link *sc_link)
"rst%d.ctl", unit);
/** add links **/
st->devfs_token.rst =
- dev_link(st->devfs_token.rst_[0], "rst%ld", unit);
+ devfs_link(st->devfs_token.rst_[0], "rst%ld", unit);
st->devfs_token.nrst =
- dev_link(st->devfs_token.nrst_[0], "nrst%ld", unit);
+ devfs_link(st->devfs_token.nrst_[0], "nrst%ld", unit);
st->devfs_token.erst =
- dev_link(st->devfs_token.erst_[0], "erst%ld", unit);
+ devfs_link(st->devfs_token.erst_[0], "erst%ld", unit);
#endif
return 0;
}
OpenPOWER on IntegriCloud