diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-01 02:18:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-01 02:18:27 +0000 |
commit | ba2bbd6fdbe15c6c3f50480015b26d634a456848 (patch) | |
tree | f510ec3f0cf8d32e8b212a2d4ca0223013d52b1d /trans/password.c | |
parent | 9e83d27c3de5c1ddd720fa50a3171fe655aa231e (diff) |
1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
* crash.c (trivfs_modify_stat): Remove redundant fstype setting.
* password.c (trivfs_modify_stat): Likewise.
Diffstat (limited to 'trans/password.c')
-rw-r--r-- | trans/password.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trans/password.c b/trans/password.c index f7414aab..5f87a10f 100644 --- a/trans/password.c +++ b/trans/password.c @@ -106,7 +106,6 @@ main (int argc, char *argv[]) void trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st) { - st->st_fstype = FSTYPE_MISC; } error_t |