diff options
author | bde <bde@FreeBSD.org> | 1995-12-14 19:04:09 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-14 19:04:09 +0000 |
commit | 3b1f78c797e78a7734fd8c248108b0d208cfcf5d (patch) | |
tree | 7633e3d8108b2c3856b4d3f2b2697578efca0bc0 /sys/miscfs/devfs/devfs_vfsops.c | |
parent | 5cc12677c1eda4e544e7b0c18169050713059213 (diff) | |
download | FreeBSD-src-3b1f78c797e78a7734fd8c248108b0d208cfcf5d.zip FreeBSD-src-3b1f78c797e78a7734fd8c248108b0d208cfcf5d.tar.gz |
Restored lost prototypes.
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index f76822c..2da4567 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.6 1995/09/07 06:01:35 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.7 1995/12/14 09:52:55 phk Exp $ * * */ @@ -20,6 +20,7 @@ #include "devfsdefs.h" static int devfs_statfs( struct mount *mp, struct statfs *sbp, struct proc *p); +static int mountdevfs( struct mount *mp, struct proc *p); static int devfs_init(void) |