CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2023/05/15 06:03:04
Modified files: libexec/mail.local: mail.local.c Log message: cast to '(long long)' instead of '(long long int)' requested by deraadt@, ok tb@ Modified files: usr.sbin/smtpd : bounce.c lka_filter.c mail.maildir.c mta_session.c smtpctl.c Log message: cast to '(long long)' instead of '(long long int)' while here adjust the spacing in some of the touched lines. requested by deraadt@, ok tb@