/[hurd]/hurd/isofs/main.c
ViewVC logotype

Diff of /hurd/isofs/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by marcus, Sun Sep 29 20:58:34 2002 UTC revision 1.8 by marcus, Sun Aug 31 11:16:07 2003 UTC
# Line 39  int diskfs_link_max = INT_MAX; Line 39  int diskfs_link_max = INT_MAX;
39  int diskfs_name_max = 255;      /* see iso9660.h: struct dirrect::namelen */  int diskfs_name_max = 255;      /* see iso9660.h: struct dirrect::namelen */
40  int diskfs_maxsymlinks = 8;  int diskfs_maxsymlinks = 8;
41    
 /* This filesystem is never capable of writing.  */  
 int diskfs_readonly = 1, diskfs_hard_readonly = 1;  
42    
43  /* Fetch the root node */  /* Fetch the root node */
44  static void  static void
# Line 130  main (int argc, char **argv) Line 128  main (int argc, char **argv)
128  {  {
129    mach_port_t bootstrap;    mach_port_t bootstrap;
130    
131      /* This filesystem is never capable of writing.  */
132      diskfs_readonly = 1;
133      diskfs_hard_readonly = 1;
134    
135    /* Initialize the diskfs library, parse arguments, and open the store.    /* Initialize the diskfs library, parse arguments, and open the store.
136       This starts the first diskfs thread for us.  */       This starts the first diskfs thread for us.  */
137    store = diskfs_init_main (NULL, argc, argv, &store_parsed, &bootstrap);    store = diskfs_init_main (NULL, argc, argv, &store_parsed, &bootstrap);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26