commit-hurd
[Top][All Lists]
Advanced

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

hurd/fatfs ChangeLog inode.c


From: Marcus Brinkmann
Subject: hurd/fatfs ChangeLog inode.c
Date: Sun, 03 Aug 2003 16:53:55 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/08/03 16:53:54

Modified files:
        fatfs          : ChangeLog inode.c 

Log message:
        2003-08-03  Marco Gerards  <address@hidden>
        
        * inode.c (read_node): Fix typo.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/fatfs/ChangeLog.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/fatfs/inode.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: hurd/fatfs/ChangeLog
diff -u hurd/fatfs/ChangeLog:1.6 hurd/fatfs/ChangeLog:1.7
--- hurd/fatfs/ChangeLog:1.6    Sat Aug  2 17:32:52 2003
+++ hurd/fatfs/ChangeLog        Sun Aug  3 16:53:54 2003
@@ -1,3 +1,7 @@
+2003-08-03  Marco Gerards  <address@hidden>
+
+       * inode.c (read_node): Fix typo.
+
 2003-08-01  Marco Gerards  <address@hidden>
 
        * node-create.c: New file.
Index: hurd/fatfs/inode.c
diff -u hurd/fatfs/inode.c:1.3 hurd/fatfs/inode.c:1.4
--- hurd/fatfs/inode.c:1.3      Sun Jul 27 21:48:26 2003
+++ hurd/fatfs/inode.c  Sun Aug  3 16:53:54 2003
@@ -329,8 +329,8 @@
       st->st_mode = S_IFDIR | 0777;
       /* When we read in the node the first time, diskfs_root_node is
         zero.  */
-      if ((diskfs_root_node == 0 || np == diskfs_root_node) &&
-          (fat_type = FAT12 || fat_type == FAT16))
+      if ((diskfs_root_node == 0 || np == diskfs_root_node) 
+         && (fat_type == FAT12 || fat_type == FAT16))
        {
          st->st_size = read_dword (dr->file_size);
          np->allocsize = nr_of_root_dir_sectors << log2_bytes_per_sector;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]