diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-07-10 11:46:24 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-07-10 11:46:24 +0000 |
commit | 91834dd207f4744e52810b7c592606d9b94319f2 (patch) | |
tree | eda8e758c8debed6e7ee3f98359dcb6dd27dc913 /include/resolv.h | |
parent | b3b37a049c2d37cf70f7e21cdd38b18a517c2c93 (diff) |
Stop pulling in <sys/param.h>
ok deraadt@
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/resolv.h b/include/resolv.h index 41878119e7c..88fb92f5d2f 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolv.h,v 1.17 2009/06/04 18:06:35 pyr Exp $ */ +/* $OpenBSD: resolv.h,v 1.18 2012/07/10 11:46:23 guenther Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -88,13 +88,8 @@ #ifndef _RESOLV_H_ #define _RESOLV_H_ -#include <sys/param.h> -#if (!defined(BSD)) || (BSD < 199306) -# include <sys/bitypes.h> -#else -# include <sys/types.h> -#endif #include <sys/cdefs.h> +#include <sys/types.h> #include <sys/socket.h> #include <stdio.h> |