cvs commit: src/usr.sbin/arp Makefile arp.c
Maxime Henrion
mux at freebsd.org
Fri Apr 9 10:28:44 PDT 2004
Ruslan Ermilov wrote:
> On Fri, Apr 09, 2004 at 07:27:28AM -0700, Maxime Henrion wrote:
> > mux 2004/04/09 07:27:28 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > usr.sbin/arp Makefile arp.c
> > Log:
> > - Change several errx() calls that should have been err() calls.
> > - Handle empty ARP tables properly.
> > - Remove register keyword.
> > - arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.
> >
> > Revision Changes Path
> > 1.10 +1 -1 src/usr.sbin/arp/Makefile
> > 1.47 +14 -12 src/usr.sbin/arp/arp.c
> >
> The actual commit put it under WARNS?=3 though. Which one is true?
The actual commit is right, I made a typo when writing the commit log.
Cheers,
Maxime
More information about the cvs-src
mailing list