diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
| commit | 7bda8bfe5ec5cefc763de4b13231c5e8dfb6bec3 (patch) | |
| tree | 898c360e06a8e7ce4bfb5756099ec0dc84b815d7 /contrib/sendmail/src/parseaddr.c | |
| parent | f2594a872e7d6eedd9180beb3d73f7b2fe2f56f0 (diff) | |
| parent | c86d59657f992c17a947200225b50f07e1776cd1 (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/src/parseaddr.c')
| -rw-r--r-- | contrib/sendmail/src/parseaddr.c | 5 |
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; |
