/[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.4 by marcus, Mon Jan 8 22:33:11 2001 UTC revision 1.5 by roland, Mon Dec 31 07:54:26 2001 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, 1997, 1999 Free Software Foundation, Inc.     Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.ai.mit.edu>     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    
7     The GNU Hurd is free software; you can redistribute it and/or     The GNU Hurd is free software; you can redistribute it and/or
# Line 91  main (int argc, char **argv) Line 91  main (int argc, char **argv)
91                else                else
92                  err = store_create (source, 0, 0, &store);                  err = store_create (source, 0, 0, &store);
93                if (err)                if (err)
94                  error (err, 3, "%s", arg);                  error (3, err, "%s", arg);
95              }              }
96            else if (addr < 0)            else if (addr < 0)
97              addr = atoll (arg);              addr = atoll (arg);

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

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