CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/11 13:45:28
Modified files:
sys/arch/alpha/include: stdarg.h
sys/arch/amd64/include: stdarg.h
sys/arch/hp300/dev: dca.c
sys/arch/hppa/include: stdarg.h
sys/arch/hppa64/include: stdarg.h
sys/arch/i386/include: stdarg.h
sys/arch/ia64/include: stdarg.h
sys/arch/m68k/include: stdarg.h
sys/arch/mips64/include: endian.h
sys/arch/sparc/include: stdarg.h
sys/arch/sparc64/include: stdarg.h
sys/arch/vax/include: intr.h macros.h stdarg.h
sys/dev/ic : rt2661.c
sys/kern : tty_conf.c uipc_domain.c
sys/netinet : tcp_debug.c
sys/sys : cdefs.h types.h
Log message:
lint is gone, and the 'lint' conditional was never in the implementation
namespace, so stop changing behavior when it's #defined
ok beck@ krw@