diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/crash.c | 1 | ||||
-rw-r--r-- | trans/password.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/trans/crash.c b/trans/crash.c index 83cde1a9..a5224309 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -516,7 +516,6 @@ main (int argc, char **argv) void trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st) { - st->st_fstype = FSTYPE_MISC; } error_t 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 |