diff options
author | 2012-12-05 23:19:48 +0000 | |
---|---|---|
committer | 2012-12-05 23:19:48 +0000 | |
commit | 4a39ccd02c887d988c1a5398dd2142879056da5f (patch) | |
tree | 3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /include/resolv.h | |
parent | Cross-reference getfsstat(2); OK jmc@ (diff) | |
download | wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h index 88fb92f5d2f..3cbfb161112 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolv.h,v 1.18 2012/07/10 11:46:23 guenther Exp $ */ +/* $OpenBSD: resolv.h,v 1.19 2012/12/05 23:19:57 deraadt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -88,7 +88,6 @@ #ifndef _RESOLV_H_ #define _RESOLV_H_ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> |