From 99ec0d5b44326147cdadb4de076b4d3de8ff770c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Tue, 11 Oct 1994 20:40:12 +0000 Subject: [PATCH] Removed static declaration of getvnode() (used in ibcs2) --- sys/kern/vfs_extattr.c | 4 ++-- sys/kern/vfs_syscalls.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index cb366403418..7dbeb794164 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.11 1994/10/05 09:48:25 davidg Exp $ + * $Id: vfs_syscalls.c,v 1.12 1994/10/08 22:33:43 phk Exp $ */ #include @@ -57,7 +57,7 @@ #include static int change_dir __P((struct nameidata *ndp, struct proc *p)); -static int getvnode __P((struct filedesc *, int, struct file **)); +int getvnode __P((struct filedesc *, int, struct file **)); /* * Virtual File System System Calls diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index cb366403418..7dbeb794164 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.11 1994/10/05 09:48:25 davidg Exp $ + * $Id: vfs_syscalls.c,v 1.12 1994/10/08 22:33:43 phk Exp $ */ #include @@ -57,7 +57,7 @@ #include static int change_dir __P((struct nameidata *ndp, struct proc *p)); -static int getvnode __P((struct filedesc *, int, struct file **)); +int getvnode __P((struct filedesc *, int, struct file **)); /* * Virtual File System System Calls