/[hurd]/hurd/trans/streamio.c
ViewVC logotype

Diff of /hurd/trans/streamio.c

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

revision 1.9 by roland, Thu Jun 13 21:26:39 2002 UTC revision 1.10 by roland, Fri Jun 21 19:12:03 2002 UTC
# Line 234  parse_opt (int key, char *arg, struct ar Line 234  parse_opt (int key, char *arg, struct ar
234          if (*end == ',')          if (*end == ',')
235            /* MAJOR,MINOR form */            /* MAJOR,MINOR form */
236            {            {
237              start = end;              start = end + 1;
238              rdev = (rdev << 8) + strtoul (start, &end, 0);              rdev = (rdev << 8) + strtoul (start, &end, 0);
239            }            }
240    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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