diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-12-10 19:57:01 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-12-10 19:57:01 +0000 |
| commit | 2ae353f9a7666ea39cf3f7693077c6dc15c01291 (patch) | |
| tree | f6d609182679be263c4ded5a584f7027d4aa2a07 /sys/miscfs/devfs | |
| parent | a43b75fe5e27c31566d3e7cd1fabee4cc875318c (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs')
| -rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 9691537fb9bd..7839645da0ac 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; |
