diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
| commit | 7799f52a32f592a7efe259bc3411ba52d13db797 (patch) | |
| tree | 350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/mail | |
| parent | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mail')
| -rw-r--r-- | usr.bin/mail/aux.c | 2 | ||||
| -rw-r--r-- | usr.bin/mail/cmd2.c | 2 | ||||
| -rw-r--r-- | usr.bin/mail/list.c | 6 | ||||
| -rw-r--r-- | usr.bin/mail/names.c | 2 | ||||
| -rw-r--r-- | usr.bin/mail/send.c | 2 | ||||
| -rw-r--r-- | usr.bin/mail/temp.c | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index f4c2acd357c0..31038c8023d8 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -152,7 +152,7 @@ argcount(argv) register char **ap; for (ap = argv; *ap++ != NOSTR;) - ; + ; return ap - argv - 1; } diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index abe3ca92cbf0..976f390514f6 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -61,7 +61,7 @@ next(msgvec) if (*msgvec != NULL) { /* - * If some messages were supplied, find the + * If some messages were supplied, find the * first applicable one following dot using * wrap around. */ diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 18cf1eb6d11e..9759f2d2361e 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -319,7 +319,7 @@ number: if ((mp->m_flag & colp->co_mask) != colp->co_equal) unmark(i); - + } for (mp = &message[0]; mp < &message[msgCount]; mp++) if (mp->m_flag & MMARK) @@ -693,7 +693,7 @@ matchsubj(str, mesg) else strcpy(lastscan, str); mp = &message[mesg-1]; - + /* * Now look, ignoring case, for the word in the string. */ @@ -784,7 +784,7 @@ metamess(meta, f) return(-1); case '.': - /* + /* * Current message. */ m = dot - &message[0] + 1; diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index b2f8cfe07d14..e17e9f21f389 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -598,7 +598,7 @@ elide(names) np = np->n_flink; continue; } - + /* * Now t points to the last entry with the same name * as np. Make np point beyond t. diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index c8b8fea1b9ac..063e6add4802 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -91,7 +91,7 @@ send(mp, obuf, doign, prefix) break; count -= length = strlen(line); if (firstline) { - /* + /* * First line is the From line, so no headers * there to worry about */ diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 9162c9f87f4b..0690027f84bb 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -71,7 +71,7 @@ tinit() cp[len + 1] = '\0'; tmpdir = cp; } - + strcpy(tempMail, tmpdir); mktemp(strcat(tempMail, "RsXXXXXX")); strcpy(tempResid, tmpdir); |
