Removed static declaration of getvnode() (used in ibcs2)

This commit is contained in:
Søren Schmidt
1994-10-11 20:40:12 +00:00
parent 220553025d
commit 99ec0d5b44
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 <sys/param.h>
@@ -57,7 +57,7 @@
#include <sys/sysctl.h>
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
+2 -2
View File
@@ -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 <sys/param.h>
@@ -57,7 +57,7 @@
#include <sys/sysctl.h>
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