summaryrefslogtreecommitdiff
path: root/include/resolv.h
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-07-10 11:46:24 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-07-10 11:46:24 +0000
commit91834dd207f4744e52810b7c592606d9b94319f2 (patch)
treeeda8e758c8debed6e7ee3f98359dcb6dd27dc913 /include/resolv.h
parentb3b37a049c2d37cf70f7e21cdd38b18a517c2c93 (diff)
Stop pulling in <sys/param.h>
ok deraadt@
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h9
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>