From 5ea4920ee625d0492bb8bd7e8e55b8cc584baa2f Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 16 Nov 1998 18:21:53 +0000 Subject: *** empty log message *** --- isofs/inode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'isofs/inode.c') 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; -- cgit v1.2.3