aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-03-29 19:18:07 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-03-29 19:18:07 +0000
commit729362425c09cf6b362366aabc6fb547eee8035a (patch)
tree4bfb61452aa88b2462fe6e939b84f7b84007ea5e /contrib/sendmail/mail.local
parent77b53d4402807220b7267e276366dcb0032c5a7d (diff)
downloadsrc-729362425c09cf6b362366aabc6fb547eee8035a.tar.gz
src-729362425c09cf6b362366aabc6fb547eee8035a.zip
Fix conflicts from sendmail 8.12.9 import
Notes
Notes: svn path=/head/; revision=112813
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/mail.local.c4
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 ed2313457ad3..b6de2f4531c3 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)