Date: Thu, 19 Jul 2001 21:58:58 -0400 (EDT) From: Tadayuki OKADA <tadayuki@mediaone.net> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/29094: if_dc.c doesn't compile Message-ID: <200107200158.f6K1wwT01933@localhost.isi.com>
next in thread | raw e-mail | index | archive | help
>Number: 29094
>Category: kern
>Synopsis: if_dc.c doesn't compile
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 19 19:00:11 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Tadayuki OKADA
>Release: FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD photoniii 4.3-STABLE FreeBSD 4.3-STABLE #30: Sat Jul 14 03:20:42 EDT 2001 root@photoniii:/usr/obj/usr/src/sys/PHOTON i386
>Description:
/usr/src/sys/pci/if_dc.c doesn't compile because of syntax error.
I wonder why this hasn't been fixed for one week.
>How-To-Repeat:
cd /usr/src && make kernel
>Fix:
--- if_dc.c.orig Thu Jul 19 21:41:29 2001
+++ if_dc.c Thu Jul 19 21:48:59 2001
@@ -2797,7 +2797,7 @@
sc = ifp->if_softc;
- if (!sc->dc_link && ifp->if_snd.ifq_len < 10) {
+ if (!sc->dc_link && ifp->if_snd.ifq_len < 10)
return;
if (ifp->if_flags & IFF_OACTIVE)
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107200158.f6K1wwT01933>
