/[hurd]/hurd/utils/storeread.c
ViewVC logotype

Diff of /hurd/utils/storeread.c

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

revision 1.5 by roland, Mon Dec 31 07:54:26 2001 UTC revision 1.6 by marcus, Mon May 13 17:34:23 2002 UTC
# Line 1  Line 1 
1  /* Write portions of a store to stdout  /* Write portions of a store to stdout
2    
3     Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc.     Copyright (C) 1996,97,99,2001,02 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
6    
# Line 26  Line 26 
26  #include <sys/mman.h>  #include <sys/mman.h>
27    
28  #include <hurd/store.h>  #include <hurd/store.h>
29    #include <version.h>
30    
31    const char *argp_program_version = STANDARD_HURD_VERSION (storeread);
32    
33  struct argp_option options[] = {  struct argp_option options[] = {
34    {"file", 'f', 0, 0, "Use file IO instead of the raw device"},    {"file", 'f', 0, 0, "Use file IO instead of the raw device"},

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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