cvs commit: src/sys/dev/kbd atkbd.c src/sys/dev/sio sio.c src/sys/geom geom_kern.c src/sys/i386/i386 autoconf.c src/sys/isa atkbd_isa.c atkbdc_isa.c ppc.c psm.c src/sys/kern kern_descrip.c kern_fork.c kern_mib.c sched_4bsd.c subr_bus.c subr_mbuf.c ...

David O'Brien obrien at FreeBSD.org
Mon May 5 02:11:34 PDT 2003


On Wed, Apr 30, 2003 at 05:57:40AM -0700, Mark Murray wrote:
> markm       2003/04/30 05:57:40 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/kbd          atkbd.c 
>     sys/dev/sio          sio.c 
>     sys/geom             geom_kern.c 
>     sys/i386/i386        autoconf.c 
>     sys/isa              atkbd_isa.c atkbdc_isa.c ppc.c psm.c 
>     sys/kern             kern_descrip.c kern_fork.c kern_mib.c 
>                          sched_4bsd.c subr_bus.c subr_mbuf.c 
>                          uipc_socket2.c 
>     sys/net              if.c if_ethersubr.c 
>     sys/ufs/ffs          ffs_snapshot.c 
>     sys/ufs/ufs          ufs_lookup.c 
>   Log:
>   Fix some easy, global, lint warnings. In most cases, this means
>   making some local variables static. In a couple of cases, this means
>   removing an unused variable.

This broke the Alpha kernel build, so with my RE@ approved hat on I've
backed out the commit to sio.c.  Please test on Alpha next time.


More information about the cvs-src mailing list