From 93e6c5cc9f591fda748eb1975cd25003f0f982b5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Nov 1998 01:17:54 +0000 Subject: Wed Oct 28 22:52:04 1998 Joel N. Weber II * inode.c (read_disknode): Use FSTYPE_ISO9660. --- isofs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isofs/inode.c') 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; -- cgit v1.2.3