aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/accf_http.c
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2007-10-07 20:44:24 +0000
committerMike Silbersack <silby@FreeBSD.org>2007-10-07 20:44:24 +0000
commit4b421e2daaa3e23db6b5a51f8ca5b2da0d894a56 (patch)
tree8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/accf_http.c
parentdc9250f55c1d6f219c5dcbd5dc8d933fe838232c (diff)
downloadsrc-4b421e2daaa3e23db6b5a51f8ca5b2da0d894a56.tar.gz
src-4b421e2daaa3e23db6b5a51f8ca5b2da0d894a56.zip
Add FBSDID to all files in netinet so that people can more
easily include file version information in bug reports. Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=172467
Diffstat (limited to 'sys/netinet/accf_http.c')
-rw-r--r--sys/netinet/accf_http.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c
index dc146d0b5202..19ad380e4280 100644
--- a/sys/netinet/accf_http.c
+++ b/sys/netinet/accf_http.c
@@ -23,10 +23,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#define ACCEPT_FILTER_MOD
#include <sys/param.h>