diff options
author | 1998-06-09 17:56:03 +0000 | |
---|---|---|
committer | 1998-06-09 17:56:03 +0000 | |
commit | 135ee2729b4b5b83c17598a9b09eb43945aa3541 (patch) | |
tree | fcd226e340052583a9ce6aa09f21b2ab14340ce1 | |
parent | if we are being ptraced, do not permit execve of an immutable binary (diff) | |
download | wireguard-openbsd-135ee2729b4b5b83c17598a9b09eb43945aa3541.tar.xz wireguard-openbsd-135ee2729b4b5b83c17598a9b09eb43945aa3541.zip |
the the
-rw-r--r-- | sys/msdosfs/msdosfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index 8da82fd65ff..1c97ca4bdd1 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_vnops.c,v 1.16 1998/02/23 20:10:39 niklas Exp $ */ +/* $OpenBSD: msdosfs_vnops.c,v 1.17 1998/06/09 17:56:03 deraadt Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.63 1997/10/17 11:24:19 ws Exp $ */ /*- @@ -1510,7 +1510,7 @@ msdosfs_readdir(v) /* * msdosfs_readdir() won't operate properly on regular files since - * it does i/o only with the the filesystem vnode, and hence can + * it does i/o only with the filesystem vnode, and hence can * retrieve the wrong block from the buffer cache for a plain file. * So, fail attempts to readdir() on a plain file. */ |