summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/inode.c2
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;