artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87df4de
)
makemap does not need a common which it does not use.
author
deraadt
<deraadt@openbsd.org>
Wed, 27 Jan 2021 07:20:27 +0000
(07:20 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 27 Jan 2021 07:20:27 +0000
(07:20 +0000)
usr.sbin/smtpd/makemap.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/makemap.c
b/usr.sbin/smtpd/makemap.c
index
1352c62
..
e2a9e46
100644
(file)
--- a/
usr.sbin/smtpd/makemap.c
+++ b/
usr.sbin/smtpd/makemap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: makemap.c,v 1.7
3 2020/02/24 16:16:07 miller
t Exp $ */
+/* $OpenBSD: makemap.c,v 1.7
4 2021/01/27 07:20:27 deraad
t 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;