Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 19:24:05 +0000 (UTC)
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303757 - head/sbin/pfctl
Message-ID:  <201608041924.u74JO53k075077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kp
Date: Thu Aug  4 19:24:05 2016
New Revision: 303757
URL: https://svnweb.freebsd.org/changeset/base/303757

Log:
  pfctl: Add missing __FBSDID to pfctl_osfp.c

Modified:
  head/sbin/pfctl/pfctl_osfp.c

Modified: head/sbin/pfctl/pfctl_osfp.c
==============================================================================
--- head/sbin/pfctl/pfctl_osfp.c	Thu Aug  4 19:15:51 2016	(r303756)
+++ head/sbin/pfctl/pfctl_osfp.c	Thu Aug  4 19:24:05 2016	(r303757)
@@ -16,6 +16,9 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>



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