summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-02-26 05:47:47 +0000
committerfgsch <fgsch@openbsd.org>2002-02-26 05:47:47 +0000
commitb39fdb36adb0e68749fb5fa48e0459d9721b44ba (patch)
treeec1db7d0e4e0b4a53cca51cb8fde38e4bfcf9040 /sys/kern/vfs_default.c
parentkeep undo records in the BUFFER structures insteda of having a huge list. (diff)
downloadwireguard-openbsd-b39fdb36adb0e68749fb5fa48e0459d9721b44ba.tar.xz
wireguard-openbsd-b39fdb36adb0e68749fb5fa48e0459d9721b44ba.zip
fucntion->function.
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index fc15c1619e7..c192debfdcf 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: vfs_default.c,v 1.17 2002/02/22 20:37:45 drahn Exp $ */
-
+/* $OpenBSD: vfs_default.c,v 1.18 2002/02/26 05:47:47 fgsch Exp $ */
/*
* Portions of this code are:
@@ -310,11 +309,11 @@ lease_check(void *v)
{
return (0);
}
+
/*
* vfs default ops
- * used to fill the vfs fucntion table to get reasonable default return values.
+ * used to fill the vfs function table to get reasonable default return values.
*/
-
int
vfs_stdextattrctl(mp, cmd, filename_vp, attrnamespace, attrname, td)
struct mount *mp;