CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/16 08:53:41
Modified files:
usr.bin/mail : aux.c cmd3.c collect.c head.c send.c
Log message:
- 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@
