/[hurd]/hurd/libshouldbeinlibc/xportinfo.c
ViewVC logotype

Diff of /hurd/libshouldbeinlibc/xportinfo.c

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

revision 1.5 by roland, Sun Jul 11 19:56:38 1999 UTC revision 1.6 by roland, Wed May 8 09:28:51 2002 UTC
# Line 35  print_xlated_port_info (mach_port_t name Line 35  print_xlated_port_info (mach_port_t name
35    error_t err = port_name_xlator_xlate (x, name, type, &name, &type);    error_t err = port_name_xlator_xlate (x, name, type, &name, &type);
36    if (! err)    if (! err)
37      {      {
38        fprintf (stream, (show & PORTINFO_HEX_NAMES) ? "%#6x => " : "%6d => ",        fprintf (stream, (show & PORTINFO_HEX_NAMES) ? "%#6zx => " : "%6zd => ",
39                 old_name);                 old_name);
40        err = print_port_info (name, type, x->to_task, show, stream);        err = print_port_info (name, type, x->to_task, show, stream);
41      }      }

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

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