diff options
author | 2021-01-27 07:20:27 +0000 | |
---|---|---|
committer | 2021-01-27 07:20:27 +0000 | |
commit | 6050ac60a0a15fbffb72b3d12081c7a8170b04e8 (patch) | |
tree | 2407b19df2be552799092236fdd53a6630cff339 | |
parent | commons used rather than externs, fix for -fno-common (diff) | |
download | wireguard-openbsd-6050ac60a0a15fbffb72b3d12081c7a8170b04e8.tar.xz wireguard-openbsd-6050ac60a0a15fbffb72b3d12081c7a8170b04e8.zip |
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; |