diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 10:35:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 10:35:26 +0000 |
| commit | 046bc05396451ba8c1328c846869d416add424bc (patch) | |
| tree | b36f64ab86bed38aae5490fe716af512bb58fbb8 /sys/kern/vfs_extattr.c | |
| parent | d82e286489da73321a47e329d98a98817b0438b6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_extattr.c')
| -rw-r--r-- | sys/kern/vfs_extattr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index b0cf35c39afc..3c8aed07c8db 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.34 1995/10/08 00:06:10 swallace Exp $ + * $Id: vfs_syscalls.c,v 1.35 1995/10/22 09:32:28 davidg Exp $ */ #include <sys/param.h> @@ -61,7 +61,6 @@ #include <sys/sysctl.h> static int change_dir __P((struct nameidata *ndp, struct proc *p)); -int getvnode __P((struct filedesc *, int, struct file **)); /* * Virtual File System System Calls |
