diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-16 01:17:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-16 01:17:54 +0000 |
commit | 93e6c5cc9f591fda748eb1975cd25003f0f982b5 (patch) | |
tree | e33ae31597ceac8d8ffd685e40e7575d99cf9a41 /isofs/inode.c | |
parent | fbfc1de5e5237b4d149067a5a8b785c8a4e7b9bd (diff) |
Wed Oct 28 22:52:04 1998 Joel N. Weber II <devnull@methedrine.ai.mit.edu>
* inode.c (read_disknode): Use FSTYPE_ISO9660.
Diffstat (limited to 'isofs/inode.c')
-rw-r--r-- | isofs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isofs/inode.c b/isofs/inode.c index c2e29e4b..1f30ffd7 100644 --- a/isofs/inode.c +++ b/isofs/inode.c @@ -310,7 +310,7 @@ read_disknode (struct node *np, struct dirrect *dr, error_t err; struct stat *st = &np->dn_stat; - st->st_fstype = 9660; /* xxx */ + st->st_fstype = FSTYPE_ISO9660; st->st_fsid = getpid (); st->st_ino = np->dn->file_start; st->st_gen = 0; |