diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-06-09 13:20:29 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1998-06-09 13:20:29 +0000 |
| commit | ffbdd68eba3801a73f1af281257b3e0c3cc5df7f (patch) | |
| tree | 96e4d87133973c5a26937a42ef1e5b6c451d7536 | |
| parent | a58f0f8e66cec02c617fd43c5f119412a8ef359a (diff) | |
Notes
| -rw-r--r-- | sys/fs/msdosfs/msdosfs_vnops.c | 4 | ||||
| -rw-r--r-- | sys/msdosfs/msdosfs_vnops.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index 3b955eab068c..d74bb6fbb087 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.68 1998/05/07 04:58:42 msmith Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.69 1998/05/17 21:03:35 dt Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.68 1998/02/10 14:10:04 mrg Exp $ */ /*- @@ -433,7 +433,7 @@ msdosfs_setattr(ap) return (error); /* * We are very inconsistent about handling unsupported - * attributes. We ignored the the access time and the + * attributes. We ignored the access time and the * read and execute bits. We were strict for the other * attributes. * diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index 3b955eab068c..d74bb6fbb087 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.68 1998/05/07 04:58:42 msmith Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.69 1998/05/17 21:03:35 dt Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.68 1998/02/10 14:10:04 mrg Exp $ */ /*- @@ -433,7 +433,7 @@ msdosfs_setattr(ap) return (error); /* * We are very inconsistent about handling unsupported - * attributes. We ignored the the access time and the + * attributes. We ignored the access time and the * read and execute bits. We were strict for the other * attributes. * |
