CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/03/16 12:38:30
Modified files: bin/chio : chio.c bin/chmod : chmod.c include : complex.h ctype.h signal.h stdbool.h stdio.h lib/libc/gen : errlist.c lib/libc/locale: iswctype.c lib/libc/rpc : xdr.c lib/libc/stdlib: tfind.c tsearch.c lib/librthread : rthread.c usr.bin/gprof : dfn.c usr.bin/lex : main.c usr.bin/mail : cmd2.c usr.bin/yacc : skeleton.c usr.sbin/npppd/common: debugmacro.h usr.sbin/portmap: portmap.c usr.sbin/relayd: relayd.c usr.sbin/snmpd : snmpd.c Log message: lint is dead (long live the lint!), so stop using it as a cpp conditional (namespace pollution!) or talking about its opinion on code. ok krw@