diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:18:07 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:18:07 +0000 |
commit | 4e7a616835570544ea6962f4635c5bada9f008b6 (patch) | |
tree | 4bfb61452aa88b2462fe6e939b84f7b84007ea5e /contrib/sendmail/mail.local | |
parent | 1d6cd0b52a5c50459b966f2272a115d5bd4b535f (diff) | |
download | FreeBSD-src-4e7a616835570544ea6962f4635c5bada9f008b6.zip FreeBSD-src-4e7a616835570544ea6962f4635c5bada9f008b6.tar.gz |
Fix conflicts from sendmail 8.12.9 import
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 ed23134..b6de2f4 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -20,7 +20,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> @@ -1148,7 +1148,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); if (!nobiff) |