summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/devfs_vfsops.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-04-07 01:15:03 +0000
committerjoerg <joerg@FreeBSD.org>1996-04-07 01:15:03 +0000
commit426074daf3db8d467bd46964e14b74d02ab29335 (patch)
treed31b39774bf515bb7ed25086a1dfd2423ba689da /sys/miscfs/devfs/devfs_vfsops.c
parent86b292ffbd52cf8fb3f73834b0571641724258fb (diff)
downloadFreeBSD-src-426074daf3db8d467bd46964e14b74d02ab29335.zip
FreeBSD-src-426074daf3db8d467bd46964e14b74d02ab29335.tar.gz
Fix the reproto.sh script that was broken after my KNFification.
Pointed out by: bde
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index 98718e5..c1cf599 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -1,7 +1,7 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.9 1996/01/02 09:14:49 peter Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.10 1996/04/06 13:34:36 joerg Exp $
*
*
*/
@@ -50,9 +50,10 @@ devfs_init(void)
* it must be mounted during single user.. until it is, only std{in/out/err}
* and the root filesystem are available.
*/
+/*proto*/
int
devfs_mount(struct mount *mp, char *path, caddr_t data,
- struct nameidata *ndp, struct proc *p) /*proto*/
+ struct nameidata *ndp, struct proc *p)
{
struct devfsmount *devfs_mp_p; /* devfs specific mount control block */
int error;
OpenPOWER on IntegriCloud