diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-11 18:31:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-11 18:31:40 +0000 |
| commit | 55166637cdb7a9b5b693d11b1e11764b05619ef0 (patch) | |
| tree | 62cade22adf3ebf384c7723f90e9ebb2fa801c83 /sys/miscfs/devfs/devfs_vfsops.c | |
| parent | 3f3e72d5f96978d7919132eac05a9bae2f502490 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index 163cf8552b5b..d043974882a7 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.19 1997/08/02 14:31:55 bde Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.20 1997/08/16 19:15:10 wollman Exp $ * * */ @@ -15,6 +15,8 @@ #include <miscfs/devfs/devfsdefs.h> +MALLOC_DEFINE(M_DEVFSMNT, "DEVFS mount", "DEVFS mount structure"); + static int devfs_statfs( struct mount *mp, struct statfs *sbp, struct proc *p); static int mountdevfs( struct mount *mp, struct proc *p); |
