Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 17:54:36 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Michael Smith <msmith@FreeBSD.org>
Cc:        Joerg Wunsch <joerg@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h 
Message-ID:  <20020128174629.B41384-100000@gamplex.bde.org>
In-Reply-To: <200201271915.g0RJFYH00864@mass.dis.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Jan 2002, Michael Smith wrote:

> > joerg       2002/01/27 01:17:27 PST
> >
> >   Modified files:
> >     sys/i386/isa/pcvt    pcvt_hdr.h
> >   Log:
> >   Unbreak pcvt, it suffered from common variables.  Whoever added the
> >   -fno-common could not have possibly compiled LINT afterwards with
> >   this...

Linking LINT to check this was made impossible by whoever's intrq changes:

% ./@/netatm/atm_subr.c: In function `atm_initialize':
% ./@/netatm/atm_subr.c:137: `atmintrq_present' undeclared (first use in this function)
% ./@/netatm/atm_subr.c:137: (Each undeclared identifier is reported only once
% ./@/netatm/atm_subr.c:137: for each function it appears in.)

> Correct.  Glad to see that someone that cares about it has fixed it.

This is the resposibitlity of whoever makes the global changes.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020128174629.B41384-100000>