diff options
author | 2013-10-12 12:02:03 +0000 | |
---|---|---|
committer | 2013-10-12 12:02:03 +0000 | |
commit | 518691c2691ae2f5dd8a7894bbca52e7fa5f02a3 (patch) | |
tree | 9f787ede73042d54383e5ee6c659b21681a04d81 | |
parent | give tagname2tag and its siblings an extra "create" parameter. if 1, it (diff) | |
download | wireguard-openbsd-518691c2691ae2f5dd8a7894bbca52e7fa5f02a3.tar.xz wireguard-openbsd-518691c2691ae2f5dd8a7894bbca52e7fa5f02a3.zip |
hook in hfsc.c/h
looked over & tested by many, ok phessler sthen
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index c78cd0aa4d3..58635aeb080 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.554 2013/09/24 20:10:53 miod Exp $ +# $OpenBSD: files,v 1.555 2013/10/12 12:02:03 henning Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -564,6 +564,8 @@ file net/pf_table.c pf file net/pf_osfp.c pf file net/pf_if.c pf file net/pf_lb.c pf +file net/hfsc.c ifnet + pseudo-device pflog: ifnet file net/if_pflog.c pflog needs-flag pseudo-device pfsync: ifnet |