aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/devfsext.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-12-10 19:57:01 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-12-10 19:57:01 +0000
commit2ae353f9a7666ea39cf3f7693077c6dc15c01291 (patch)
treef6d609182679be263c4ded5a584f7027d4aa2a07 /sys/sys/devfsext.h
parenta43b75fe5e27c31566d3e7cd1fabee4cc875318c (diff)
downloadsrc-2ae353f9a7666ea39cf3f7693077c6dc15c01291.tar.gz
src-2ae353f9a7666ea39cf3f7693077c6dc15c01291.zip
Rename one of the two devfs_link's to devfs_makelink.
Notes
Notes: svn path=/head/; revision=41658
Diffstat (limited to 'sys/sys/devfsext.h')
-rw-r--r--sys/sys/devfsext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/devfsext.h b/sys/sys/devfsext.h
index 3086fba4e92f..425cbff00f9f 100644
--- a/sys/sys/devfsext.h
+++ b/sys/sys/devfsext.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devfsext.h,v 1.20 1998/04/28 00:10:52 julian Exp $
+ * $Id: devfsext.h,v 1.21 1998/07/13 06:45:16 bde Exp $
*/
#ifndef _SYS_DEVFSEXT_H_
@@ -43,7 +43,7 @@ void *devfs_add_devswf __P((void *devsw, int minor, int chrblk, uid_t uid,
* at the moment there is nothing you can do with it that you couldn't do
* with the original cookie. ( XXX this might be something I should change )
*/
-void *devfs_link __P((void *original, char *fmt, ...)) __printflike(2, 3);
+void *devfs_makelink __P((void *original, char *fmt, ...)) __printflike(2, 3);
/*
* Remove all instances of a device you have made. INCLUDING LINKS.