summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/parseaddr.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-08-21 01:31:44 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-08-21 01:31:44 +0000
commitc86d59657f992c17a947200225b50f07e1776cd1 (patch)
tree2cfd003f88c7ffe91602b6a6c0b69bee7b4d62db /contrib/sendmail/src/parseaddr.c
parent13058a916175518dfbac6ce66b9b8e22ecf43155 (diff)
Notes
Diffstat (limited to 'contrib/sendmail/src/parseaddr.c')
-rw-r--r--contrib/sendmail/src/parseaddr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/sendmail/src/parseaddr.c b/contrib/sendmail/src/parseaddr.c
index adbb8b14af56..9b51c73e5ae3 100644
--- a/contrib/sendmail/src/parseaddr.c
+++ b/contrib/sendmail/src/parseaddr.c
@@ -12,7 +12,7 @@
*/
#ifndef lint
-static char id[] = "@(#)$Id: parseaddr.c,v 8.234.4.12 2001/05/03 17:24:11 gshapiro Exp $";
+static char id[] = "@(#)$Id: parseaddr.c,v 8.234.4.13 2001/08/14 23:08:13 ca Exp $";
#endif /* ! lint */
#include <sendmail.h>
@@ -767,9 +767,6 @@ struct match
char **match_pattern; /* pointer to pattern */
};
-#define MAXMATCH 9 /* max params per rewrite */
-
-
int
rewrite(pvp, ruleset, reclevel, e)
char **pvp;