svn commit: r286213 - head/sys/net

John-Mark Gurney jmg at FreeBSD.org
Sun Aug 2 21:33:41 UTC 2015


Author: jmg
Date: Sun Aug  2 21:33:40 2015
New Revision: 286213
URL: https://svnweb.freebsd.org/changeset/base/286213

Log:
  looks like all archs either have clang or cdefs included before..
  drop this include as unnecessary..
  
  Requested by:	bde

Modified:
  head/sys/net/pfkeyv2.h

Modified: head/sys/net/pfkeyv2.h
==============================================================================
--- head/sys/net/pfkeyv2.h	Sun Aug  2 21:24:03 2015	(r286212)
+++ head/sys/net/pfkeyv2.h	Sun Aug  2 21:33:40 2015	(r286213)
@@ -39,8 +39,6 @@
 #ifndef _NET_PFKEYV2_H_
 #define _NET_PFKEYV2_H_
 
-#include <sys/cdefs.h>
-
 /*
 This file defines structures and symbols for the PF_KEY Version 2
 key management interface. It was written at the U.S. Naval Research


More information about the svn-src-head mailing list