summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1994-10-11 20:40:12 +0000
committerSøren Schmidt <sos@FreeBSD.org>1994-10-11 20:40:12 +0000
commit99ec0d5b44326147cdadb4de076b4d3de8ff770c (patch)
tree60b963d5d43dbf9a84df569cad19e741214f8f41
parent220553025dc444245074f202ea218d7e5a8c2156 (diff)
Notes
-rw-r--r--sys/kern/vfs_extattr.c4
-rw-r--r--sys/kern/vfs_syscalls.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index cb3664034186..7dbeb7941648 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 <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
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index cb3664034186..7dbeb7941648 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 <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