/[hurd]/hurd-l4/wortel/output.c
ViewVC logotype

Diff of /hurd-l4/wortel/output.c

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

revision 1.4 by marcus, Tue Sep 16 00:42:17 2003 UTC revision 1.5 by marcus, Thu Sep 18 17:33:45 2003 UTC
# Line 55  output_init (char *name) Line 55  output_init (char *name)
55        while (*out)        while (*out)
56          {          {
57            if (!strcmp (name, (*out)->name))            if (!strcmp (name, (*out)->name))
58              output = *out;              {
59                  output = *out;
60                  break;
61                }
62            out++;            out++;
63          }          }
64        if (!output)        if (!output)

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