diff options
author | joerg <joerg@FreeBSD.org> | 1996-04-07 01:15:03 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-04-07 01:15:03 +0000 |
commit | 426074daf3db8d467bd46964e14b74d02ab29335 (patch) | |
tree | d31b39774bf515bb7ed25086a1dfd2423ba689da /sys/miscfs/devfs/devfs_vfsops.c | |
parent | 86b292ffbd52cf8fb3f73834b0571641724258fb (diff) | |
download | FreeBSD-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.c | 5 |
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; |