/[hurd]/hurd/ext2fs/ext2fs.c
ViewVC logotype

Diff of /hurd/ext2fs/ext2fs.c

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

revision 1.53 by marcus, Mon Jan 8 22:33:11 2001 UTC revision 1.54 by marcus, Sat May 11 19:13:16 2002 UTC
# Line 47  char *diskfs_server_name = "ext2fs"; Line 47  char *diskfs_server_name = "ext2fs";
47  char *diskfs_server_version = HURD_VERSION;  char *diskfs_server_version = HURD_VERSION;
48  char *diskfs_extra_version = "GNU Hurd; ext2 " EXT2FS_VERSION;  char *diskfs_extra_version = "GNU Hurd; ext2 " EXT2FS_VERSION;
49    
50  int diskfs_synchronous = 0;  int diskfs_synchronous;
51    
52  struct node *diskfs_root_node;  struct node *diskfs_root_node;
53    
54  struct store *store = 0;  struct store *store;
55  struct store_parsed *store_parsed = 0;  struct store_parsed *store_parsed;
56    
57  char *diskfs_disk_name = 0;  char *diskfs_disk_name;
58    
59  #ifdef EXT2FS_DEBUG  #ifdef EXT2FS_DEBUG
60  int ext2_debug_flag = 0;  int ext2_debug_flag;
61  #endif  #endif
62    
63  /* Ext2fs-specific options.  */  /* Ext2fs-specific options.  */

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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