CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/20 10:37:54
Modified files:
usr.sbin/smtpd : aldap.h aliases.c bounce.c ca.c
compress_backend.c compress_gzip.c control.c
delivery.c delivery_filename.c delivery_lmtp.c
delivery_maildir.c delivery_mbox.c
delivery_mda.c dict.c dns.c enqueue.c esc.c
expand.c filter_api.c forward.c iobuf.h limit.c
lka.c lka_session.c makemap.c mda.c mta.c
mta_session.c parse.y pony.c queue.c
queue_api.c queue_backend.c queue_fs.c
queue_null.c queue_proc.c queue_ram.c ruleset.c
runq.c scheduler.c scheduler_api.c
scheduler_backend.c scheduler_null.c
scheduler_proc.c scheduler_ramqueue.c smtp.c
smtp_session.c smtpctl.c smtpd-api.h
smtpd-defines.h smtpd.c smtpd.h stat_backend.c
stat_ramstat.c table.c table_api.c table_db.c
table_getpwnam.c table_ldap.c table_passwd.c
table_proc.c table_sqlite.c table_static.c to.c
tree.c util.c waitq.c
Log message:
use <limits.h> comprehensively. For now try to push <> includes to
each .c file, and out of the .h files. To avoid overinclude.
ok gilles, in principle. If this has been done right, -portable should
become easier to maintain.