Browse Source

Stop pulling in <sys/param.h>

ok deraadt@
OPENBSD_5_2
guenther 12 years ago
parent
commit
544bd8e2e0
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      src/include/resolv.h

+ 2
- 7
src/include/resolv.h View File

@ -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>


Loading…
Cancel
Save