/[hurd]/hurd/libdiskfs/diskfs.h
ViewVC logotype

Diff of /hurd/libdiskfs/diskfs.h

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

revision 1.95 by roland, Wed May 8 09:56:54 2002 UTC revision 1.96 by marcus, Sat May 11 19:12:42 2002 UTC
# Line 149  extern mach_port_t diskfs_fsys_identity; Line 149  extern mach_port_t diskfs_fsys_identity;
149     file systems, to give the procserver.  */     file systems, to give the procserver.  */
150  extern char **diskfs_argv;  extern char **diskfs_argv;
151    
152  /* When this is a bootstrap filesystem, the multiboot kernel command line  /* When this is a bootstrap filesystem, the multiboot kernel command
153     passed from the kernel.  If not a bootstrap filesystem, it is 0, so it     line passed from the kernel.  If not a bootstrap filesystem, it is
154     can be used to distinguish between the two cases.  */     0.  As such, it can be used to distinguish between the two cases.
155       Note: this is only valid after the arguments have been parsed by,
156       for example, diskfs_init_main.  */
157  extern const char *diskfs_boot_command_line;  extern const char *diskfs_boot_command_line;
158  #define diskfs_boot_filesystem()        (diskfs_boot_command_line != 0)  #define diskfs_boot_filesystem()        (diskfs_boot_command_line != 0)
159    

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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