summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-04-02 19:07:38 +0000
committerscrappy <scrappy@FreeBSD.org>1996-04-02 19:07:38 +0000
commitb6f39e71afb5ae826f9aa1bf7203b0c323f0c880 (patch)
tree58c866533a583ccedda1671ec6922fb347b206ee /sys
parent5952e69723048b47c7a450537dc1a2e3c6f11669 (diff)
downloadFreeBSD-src-b6f39e71afb5ae826f9aa1bf7203b0c323f0c880.zip
FreeBSD-src-b6f39e71afb5ae826f9aa1bf7203b0c323f0c880.tar.gz
Prototyped wrong the first time through for devfs_link()
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/devfsext.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/sys/devfsext.h b/sys/sys/devfsext.h
index 367b6c5..f35fbaf 100644
--- a/sys/sys/devfsext.h
+++ b/sys/sys/devfsext.h
@@ -1,7 +1,7 @@
/* usual BSD style copyright here */
/* Written by Julian Elischer (julian@dialix.oz.au)*/
/*
- * $Id: devfsext.h,v 1.9 1996/03/28 14:35:36 scrappy Exp $
+ * $Id: devfsext.h,v 1.10 1996/04/02 06:17:14 scrappy Exp $
*/
#ifndef _SYS_DEVFSECT_H_
@@ -24,10 +24,9 @@ void *devfs_add_devswf(void *devsw,
char *fmt,
...) ;
-void *devfs_link(char *path,
- char *name,
- void *original); /* the result of a previous dev_link
- or dev_add operation */
+void *devfs_link(void *original, /* the result of a previous dev_link
+ char *fmt, or dev_add operation */
+ ...);
/* remove the device the cookie represents */
void devfs_remove_dev(void *devnmp);
OpenPOWER on IntegriCloud