diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-01-27 07:20:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-01-27 07:20:28 +0000 |
commit | 228f0e76e2c3eb0e03f814b48452a6e37abc8b52 (patch) | |
tree | 240790612318dd75a0f057bde5de133a5df66d4c | |
parent | ff31aa17321c0ef3f3678ed175f3362bb1bbf8dd (diff) |
makemap does not need a common which it does not use.
-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; |