NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/48799



The following reply was made to PR kern/48799; it has been noted by GNATS.

From: "Thomas Schmitt" <scdbackup%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48799
Date: Sun, 11 May 2014 00:01:36 +0200

 --- sys/fs/cd9660/cd9660_vfsops.c.orig 2014-04-16 18:55:18.000000000 +0000
 +++ sys/fs/cd9660/cd9660_vfsops.c      2014-05-10 21:19:52.000000000 +0000
 @@ -641,7 +641,7 @@ cd9660_sync(struct mount *mp, int waitfo
  struct ifid {
        ushort  ifid_len;
        ushort  ifid_pad;
 -      int     ifid_ino;
 +      ino_t   ifid_ino;
        long    ifid_start;
  };
  
 


Home | Main Index | Thread Index | Old Index