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

Diff of /hurd/storeio/storeio.c

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

revision 1.23 by roland, Wed Jan 2 01:32:36 2002 UTC revision 1.24 by roland, Sat Jun 22 21:13:26 2002 UTC
# Line 1  Line 1 
1  /* A translator for doing I/O to stores  /* A translator for doing I/O to stores
2    
3     Copyright (C) 1995,96,97,98,99,2000,01 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2000,01,02 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 81  parse_opt (int key, char *arg, struct ar Line 81  parse_opt (int key, char *arg, struct ar
81          if (*end == ',')          if (*end == ',')
82            /* MAJOR,MINOR form */            /* MAJOR,MINOR form */
83            {            {
84              start = end;              start = end + 1;
85              rdev = makedev (rdev, strtoul (start, &end, 0));              rdev = makedev (rdev, strtoul (start, &end, 0));
86            }            }
87    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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