diff options
-rw-r--r-- | usr.sbin/smtpd/makemap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c index 1352c628b3e..e2a9e465b13 100644 --- a/usr.sbin/smtpd/makemap.c +++ b/usr.sbin/smtpd/makemap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makemap.c,v 1.73 2020/02/24 16:16:07 millert Exp $ */ +/* $OpenBSD: makemap.c,v 1.74 2021/01/27 07:20:27 deraadt Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -53,7 +53,6 @@ static int make_aliases(DBT *, char *); static char *conf_aliases(char *); static int dump_db(const char *, DBTYPE); -struct smtpd *env; char *source; static int mode; |