diff options
| author | 2002-02-26 05:47:47 +0000 | |
|---|---|---|
| committer | 2002-02-26 05:47:47 +0000 | |
| commit | b39fdb36adb0e68749fb5fa48e0459d9721b44ba (patch) | |
| tree | ec1db7d0e4e0b4a53cca51cb8fde38e4bfcf9040 /sys/kern/vfs_default.c | |
| parent | keep undo records in the BUFFER structures insteda of having a huge list. (diff) | |
| download | wireguard-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.c | 7 |
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; |
