diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-11-16 18:21:53 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-11-16 18:21:53 +0000 |
commit | 5ea4920ee625d0492bb8bd7e8e55b8cc584baa2f (patch) | |
tree | 60490b0b612c1ec92798a48ac3ddff764822e727 /isofs/inode.c | |
parent | 92e77b72e0e52df10b44ba47e6906b19196e0100 (diff) |
*** empty log message ***
Diffstat (limited to 'isofs/inode.c')
-rw-r--r-- | isofs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isofs/inode.c b/isofs/inode.c index 1f30ffd7..cba3e691 100644 --- a/isofs/inode.c +++ b/isofs/inode.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. @@ -309,7 +309,6 @@ read_disknode (struct node *np, struct dirrect *dr, { error_t err; struct stat *st = &np->dn_stat; - st->st_fstype = FSTYPE_ISO9660; st->st_fsid = getpid (); st->st_ino = np->dn->file_start; |