summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
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/miscfs/devfs
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/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index 9691537..7839645 100644
--- a/sys/miscfs/devfs/devfs_tree.c
+++ b/sys/miscfs/devfs/devfs_tree.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devfs_tree.c,v 1.56 1998/07/05 23:10:21 julian Exp $
+ * $Id: devfs_tree.c,v 1.57 1998/11/26 18:50:23 eivind Exp $
*/
@@ -1129,7 +1129,7 @@ devfs_add_devswf(void *devsw, int minor, int chrblk, uid_t uid,
* this function is exported.. see sys/devfsext.h *
\***********************************************************************/
void *
-devfs_link(void *original, char *fmt, ...)
+devfs_makelink(void *original, char *fmt, ...)
{
devnm_p new_dev;
devnm_p orig = (devnm_p) original;
OpenPOWER on IntegriCloud