CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/27 08:32:57
Modified files:
usr.sbin/smtpd : bounce.c mda.c mta.c parse.y queue_fsqueue.c
queue_fsqueue_ascii.c queue_shared.c ramqueue.c
runner.c util.c
Log message:
Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print
{u_,}int64_t or time_t
While there, cast some time_t to int64_t
These will fix build warnings for portable smptd
ok gilles@ eric@
