summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_conf.c4
-rw-r--r--sys/kern/vfs_mount.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index e8497f2..6a7bb20 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.6 1994/11/12 01:47:43 phk Exp $
+ * $Id: vfs_conf.c,v 1.7 1995/08/28 09:18:54 julian Exp $
*/
/*
@@ -98,7 +98,7 @@ struct vfsops *mountrootvfsops;
*/
int
vfs_mountroot( data)
-caddr_t *data; /* file system function table*/
+caddr_t data; /* file system function table*/
{
struct mount *mp;
u_int size;
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index e8497f2..6a7bb20 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.6 1994/11/12 01:47:43 phk Exp $
+ * $Id: vfs_conf.c,v 1.7 1995/08/28 09:18:54 julian Exp $
*/
/*
@@ -98,7 +98,7 @@ struct vfsops *mountrootvfsops;
*/
int
vfs_mountroot( data)
-caddr_t *data; /* file system function table*/
+caddr_t data; /* file system function table*/
{
struct mount *mp;
u_int size;
OpenPOWER on IntegriCloud