Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/fwctl make this build again after ieee1394 update



details:   https://anonhg.NetBSD.org/src/rev/26919f96cab3
branches:  trunk
changeset: 753454:26919f96cab3
user:      cegger <cegger%NetBSD.org@localhost>
date:      Mon Mar 29 10:49:34 2010 +0000

description:
make this build again after ieee1394 update

diffstat:

 usr.sbin/fwctl/fwcontrol.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 4f405017bbc9 -r 26919f96cab3 usr.sbin/fwctl/fwcontrol.c
--- a/usr.sbin/fwctl/fwcontrol.c        Mon Mar 29 07:34:02 2010 +0000
+++ b/usr.sbin/fwctl/fwcontrol.c        Mon Mar 29 10:49:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwcontrol.c,v 1.7 2008/05/02 19:59:19 xtraeme Exp $    */
+/*     $NetBSD: fwcontrol.c,v 1.8 2010/03/29 10:49:34 cegger Exp $     */
 /*
  * Copyright (C) 2002
  *     Hidetoshi Shimokawa. All rights reserved.
@@ -503,13 +503,12 @@
                        printf("%02d sequel packet\n", sid.p0.phy_id);
                        continue;
                }
-               printf("%02d   %2d      %2d  %4s     %d    %d   %3s"
+               printf("%02d   %2d      %2d  %4s     %d    %3s"
                                "     %s     %s     %s   %d    %d\n",
                        sid.p0.phy_id,
                        sid.p0.link_active,
                        sid.p0.gap_count,
                        speed[sid.p0.phy_speed],
-                       sid.p0.phy_delay,
                        sid.p0.contender,
                        pwr_class[sid.p0.power_class],
                        port_status[sid.p0.port0],



Home | Main Index | Thread Index | Old Index