[BACK]Return to mroute6.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/mroute6.c between version 1.2 and 1.3

version 1.2, 2001/11/19 19:02:15 version 1.3, 2002/01/17 21:34:58
Line 3 
Line 3 
 /*  /*
  * Copyright (C) 1998 WIDE Project.   * Copyright (C) 1998 WIDE Project.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
  * are met:   * are met:
Line 15 
Line 15 
  * 3. Neither the name of the project nor the names of its contributors   * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software   *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.   *    without specific prior written permission.
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND   * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Line 182 
Line 182 
                                        "  Packets Waits In-Mif  Out-Mifs\n");                                         "  Packets Waits In-Mif  Out-Mifs\n");
                                 banner_printed = 1;                                  banner_printed = 1;
                         }                          }
   
                         printf(" %-*.*s", WID_ORG, WID_ORG,                          printf(" %-*.*s", WID_ORG, WID_ORG,
                                routename6(&mfc.mf6c_origin));                                 routename6(&mfc.mf6c_origin));
                         printf(" %-*.*s", WID_GRP, WID_GRP,                          printf(" %-*.*s", WID_GRP, WID_GRP,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3