From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/syslog.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sys/sys/syslog.h') diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index c70a660..a20651e 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syslog.h,v 1.16 2017/08/08 14:23:23 bluhm Exp $ */ +/* $OpenBSD: syslog.h,v 1.17 2020/05/21 01:39:56 visa Exp $ */ /* $NetBSD: syslog.h,v 1.14 1996/04/03 20:46:44 christos Exp $ */ /* @@ -183,11 +183,10 @@ struct syslog_data { #ifndef _KERNEL /* - * Don't use va_list in the vsyslog() prototype. Va_list is typedef'd in two - * places ( and ), so if we include one - * of them here we may collide with the utility's includes. It's unreasonable - * for utilities to have to include one of them to include syslog.h, so we get - * __va_list from and use it. + * Don't use va_list in the vsyslog() prototype. Va_list is typedef'd + * in . Including it here may collide with the utility's includes. + * It's unreasonable for utilities to have to include it to include , + * so we get __va_list from and use it. */ #include #include -- cgit v1.2.3