aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fastfwd.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/ip_fastfwd.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/ip_fastfwd.c')
-rw-r--r--sys/netinet/ip_fastfwd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index 12b606aad002..97b823f4a1d7 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -25,8 +25,6 @@
* 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$
*/
/*
@@ -75,6 +73,9 @@
* is being followed here.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_ipfw.h"
#include "opt_ipstealth.h"