CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/28 10:55:27
Modified files:
sys/kern : exec_elf.c init_main.c kern_clock.c kern_exec.c
kern_exit.c kern_kthread.c kern_lock.c
kern_sig.c kern_time.c sched_bsd.c subr_prf.c
subr_prof.c subr_xxx.c uipc_mbuf.c
sys/net : if_atmsubr.c if_bridge.c if_ethersubr.c
if_fddisubr.c if_loop.c if_ppp.c if_sl.c
if_spppsubr.c if_tun.c
sys/netinet : ip_carp.c
sys/scsi : scsiconf.h
Log message:
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed
ok tedu