aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2016-08-04 19:24:05 +0000
committerKristof Provost <kp@FreeBSD.org>2016-08-04 19:24:05 +0000
commit233e1432b7c3e683369571e34445563fa2daf4f6 (patch)
tree9a19993c98d3a27dd1f4b68744d45af7ad7fac87 /sbin/pfctl
parentc1fa4404091b74b8bec1d2f894c5a6dad08cbf5e (diff)
downloadsrc-233e1432b7c3e683369571e34445563fa2daf4f6.tar.gz
src-233e1432b7c3e683369571e34445563fa2daf4f6.zip
pfctl: Add missing __FBSDID to pfctl_osfp.c
Notes
Notes: svn path=/head/; revision=303757
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl_osfp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/pfctl/pfctl_osfp.c b/sbin/pfctl/pfctl_osfp.c
index df789811ddb5..dda4253769cd 100644
--- a/sbin/pfctl/pfctl_osfp.c
+++ b/sbin/pfctl/pfctl_osfp.c
@@ -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>