diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 19:04:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 19:04:09 +0000 |
| commit | a899362e406d7565515ad8ef617dabc7248a8ebe (patch) | |
| tree | 7633e3d8108b2c3856b4d3f2b2697578efca0bc0 /sys/miscfs/devfs/devfs_vnops.c | |
| parent | e9fc6a73db114ac2aedf78b2cb7bca5114a0fc74 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_vnops.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c index b27aed2edea6..e7ef14f2cb6b 100644 --- a/sys/miscfs/devfs/devfs_vnops.c +++ b/sys/miscfs/devfs/devfs_vnops.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.16 1995/11/09 08:16:50 bde Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.17 1995/12/14 09:52:56 phk Exp $ * * symlinks can wait 'til later. */ @@ -1617,7 +1617,7 @@ devfs_nullop(void *junk) } -void devfs_dropvnode(dn_p dnp) +void devfs_dropvnode(dn_p dnp) /*proto*/ { struct vnode *vn_p; |
