|
|
| version 1.8, 2004/03/04 20:44:49 | version 1.9, 2004/03/04 20:52:27 |
|---|---|
| Line 92 do_count(char *dev, char *hname, int sea | Line 92 do_count(char *dev, char *hname, int sea |
| /* | /* |
| * After this loop, "count" will be the actual number of units, | * After this loop, "count" will be the actual number of units, |
| * and "hicount" will be the highest unit declared. do_header() | * and "hicount" will be the highest unit declared. do_header() |
| * must use this higher of these values. | * must use the higher of these values. |
| */ | */ |
| for (dp = dtab; dp != NULL; dp = dp->d_next) { | for (dp = dtab; dp != NULL; dp = dp->d_next) { |
| if (eq(dp->d_name, dev)) { | if (eq(dp->d_name, dev)) { |