diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1998-10-10 09:58:20 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1998-10-10 09:58:20 +0000 |
commit | f40053daa9be5223b4c5515f0049733310001b8c (patch) | |
tree | 46b7dae8fe7e8e2688cd4d64f44935adf5fb8222 /usr.bin/mail/quit.c | |
parent | d26687c44fb555d2898e97812bec46ae640cf987 (diff) | |
download | src-f40053daa9be5223b4c5515f0049733310001b8c.tar.gz src-f40053daa9be5223b4c5515f0049733310001b8c.zip |
Notes
Diffstat (limited to 'usr.bin/mail/quit.c')
-rw-r--r-- | usr.bin/mail/quit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 05e708f6accf..d6d8f689fed1 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -72,7 +72,7 @@ quit() FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; register struct message *mp; register int c; - extern char tempQuit[], tempResid[]; + extern char *tempQuit, *tempResid; struct stat minfo; char *mbox; |