Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 21:33:40 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286213 - head/sys/net
Message-ID:  <201508022133.t72LXeZc060620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508022133.t72LXeZc060620>