diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:12:53 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:12:53 +0000 |
commit | 5ef517c097100c80269c8a0e02678a89fde6b35e (patch) | |
tree | 386651c7612a011fa164c3c96d8196d02de68386 /contrib/sendmail/mail.local | |
parent | d9986b26e69202cb4e4ac3d8aa3050a93f5a30b4 (diff) | |
download | src-test2-5ef517c097100c80269c8a0e02678a89fde6b35e.tar.gz src-test2-5ef517c097100c80269c8a0e02678a89fde6b35e.zip |
Notes
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index 68160b583f41..20454b197d12 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -18,7 +18,7 @@ SM_IDSTR(copyright, Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.239.2.4 2003/01/15 19:17:15 ca Exp $") +SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.239.2.5 2003/03/15 23:43:20 gshapiro Exp $") #include <stdlib.h> #include <sm/errstring.h> @@ -1135,7 +1135,7 @@ tryagain: goto err1; } - /* Get the starting offset of the new message for biff. */ + /* Get the starting offset of the new message */ curoff = lseek(mbfd, (off_t) 0, SEEK_END); (void) sm_snprintf(biffmsg, sizeof(biffmsg), "%s@%lld\n", name, (LONGLONG_T) curoff); |