- use strncmp/strncasecmp instead of comparing by character
authormartynas <martynas@openbsd.org>
Wed, 16 Jul 2008 14:53:41 +0000 (14:53 +0000)
committermartynas <martynas@openbsd.org>
Wed, 16 Jul 2008 14:53:41 +0000 (14:53 +0000)
commit0ab8ef8408b8200427abac53ad7e13372ce52d2b
tree4a691dccb3a59ed07abd11b5960e7141eeef2e87
parentc086f8ec4d97998bf8a7d5558dabebd98100061a
- use strncmp/strncasecmp instead of comparing by character
- simplify istrlcpy, no need to check for isupper
- line[0] is redundant, because strcasecmp will take care of it
ok millert@
usr.bin/mail/aux.c
usr.bin/mail/cmd3.c
usr.bin/mail/collect.c
usr.bin/mail/head.c
usr.bin/mail/send.c