diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
commit | ed2ef8648646136913e278108edd41ea3ef74877 (patch) | |
tree | 80b19360c11185c64bed283b1f44c545ceb0ff9f /usr.sbin/smtpd | |
parent | ed22057d9feaccfbd82b72ed735453415eb5ba6b (diff) |
including sys/cdefs.h manually started as a result of netbsd trying to
macro-build a replacement for sccsid, and was done without any concern
for namespace damage. Unfortunately this practice started infecting
other code as others were unaware they didn't need the file.
ok millert guenther
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/log.h b/usr.sbin/smtpd/log.h index 22bb4164394..66db31ff29b 100644 --- a/usr.sbin/smtpd/log.h +++ b/usr.sbin/smtpd/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.8 2018/04/26 20:57:59 eric Exp $ */ +/* $OpenBSD: log.h,v 1.9 2021/12/13 18:28:40 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -20,7 +20,6 @@ #define LOG_H #include <stdarg.h> -#include <sys/cdefs.h> void log_init(int, int); void log_procinit(const char *); |