In preparation for the upcoming ipfilter vendor code import,

disable keyword expansion as per developers handbook (5.3.1 step 1).
It makes no sense on unmodified vendor code.

Approved by:	glebius (Mentor)
This commit is contained in:
Cy Schubert 2013-07-19 05:48:36 +00:00
parent 850b82f47b
commit dd64f30171
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* $FreeBSD$ */
/* $FreeBSD: vendor-sys/ipfilter/dist/sys/contrib/ipfilter/netinet/ip_rules.c 145516 2005-04-25 18:15:41Z darrenr $ */
/*
* Copyright (C) 1993-2000 by Darren Reed.

View file

@ -1,4 +1,4 @@
/* $FreeBSD$ */
/* $FreeBSD: vendor-sys/ipfilter/dist/sys/contrib/ipfilter/netinet/ip_rules.h 145516 2005-04-25 18:15:41Z darrenr $ */
extern int ipfrule_add __P((void));
extern int ipfrule_remove __P((void));