From d82c4b06353e58f488df72a28dd0969ddf5ef5d5 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 16 Jan 2015 00:01:28 +0000 Subject: [PATCH] Switch to including instead of This hides the unavoidably cruddy sys/param.h namespace in some programs. Little impact, because many programs are cruddy and still get it via other includes. ports testing thanks to sthen and naddy ok guenther millert --- src/include/arpa/nameser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/arpa/nameser.h b/src/include/arpa/nameser.h index 7893f335..052d859b 100644 --- a/src/include/arpa/nameser.h +++ b/src/include/arpa/nameser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nameser.h,v 1.12 2012/12/05 23:19:57 deraadt Exp $ */ +/* $OpenBSD: nameser.h,v 1.13 2015/01/16 00:01:28 deraadt Exp $ */ /* * ++Copyright++ 1983, 1989, 1993 @@ -81,7 +81,7 @@ #ifndef _NAMESER_H_ #define _NAMESER_H_ -#include +#include /* * revision information. this is the release date in YYYYMMDD format.