diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2008-12-06 14:30:52 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2008-12-06 14:30:52 +0000 |
commit | 47f62d07c8dd10d0138c02274eb7286c41e4c840 (patch) | |
tree | 674fe3897b12e023b4f18c3aad51fef952e9c381 /usr.sbin/smtpd/map.c | |
parent | c89e896cb008706ccc4f7c6d5951eb69e846993d (diff) |
Don't include <err.h> where log.c API must be used.
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/map.c')
-rw-r--r-- | usr.sbin/smtpd/map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/map.c b/usr.sbin/smtpd/map.c index 4afbbb0698f..9366d7a30d5 100644 --- a/usr.sbin/smtpd/map.c +++ b/usr.sbin/smtpd/map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: map.c,v 1.2 2008/11/05 12:14:45 sobrado Exp $ */ +/* $OpenBSD: map.c,v 1.3 2008/12/06 14:30:51 jacekm Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -24,7 +24,6 @@ #include <sys/wait.h> #include <sys/stat.h> -#include <err.h> #include <errno.h> #include <event.h> #include <fcntl.h> |