svn commit: r303757 - head/sbin/pfctl

Kristof Provost kp at FreeBSD.org
Thu Aug 4 19:24:07 UTC 2016


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>


More information about the svn-src-all mailing list