summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-02-18 02:18:42 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-02-18 02:18:42 +0000
commitbf46cf3a970cc30c6a24905a3b0fe51de08e976d (patch)
treea1a8dab534504566213043459716d8e79a479132 /contrib/sendmail/mail.local
parent787c99785b88e4284c1e128f11a9973c4a89bc75 (diff)
downloadFreeBSD-src-bf46cf3a970cc30c6a24905a3b0fe51de08e976d.zip
FreeBSD-src-bf46cf3a970cc30c6a24905a3b0fe51de08e976d.tar.gz
Fix mail.local build for non-sendmail.org code
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c
index cd13f44..cc5911c 100644
--- a/contrib/sendmail/mail.local/mail.local.c
+++ b/contrib/sendmail/mail.local/mail.local.c
@@ -186,7 +186,7 @@ main(argc, argv)
break;
case 'B':
- nobiff = TRUE;
+ nobiff = true;
break;
case 'b': /* bounce mail when over quota. */
OpenPOWER on IntegriCloud