diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-03-14 11:18:38 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-03-14 11:18:38 +0000 |
commit | 5a18c7a9fe3fc2c4b094c4b4dfb5aafee50542ad (patch) | |
tree | f94624e461aa0ec73946e93be411021d1f08e804 /sys/netinet6/udp6_output.c | |
parent | 98260b7afb3fd0b4d628a36a1aa46eaebe4b72ca (diff) |
tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
Diffstat (limited to 'sys/netinet6/udp6_output.c')
-rw-r--r-- | sys/netinet6/udp6_output.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index a69966a2744..f5420d331f5 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp6_output.c,v 1.17 2011/11/24 17:39:55 sperreault Exp $ */ +/* $OpenBSD: udp6_output.c,v 1.18 2013/03/14 11:18:37 mpi Exp $ */ /* $KAME: udp6_output.c,v 1.21 2001/02/07 11:51:54 itojun Exp $ */ /* @@ -90,8 +90,6 @@ #include <netinet/icmp6.h> #include <netinet6/ip6protosw.h> -#include "faith.h" - /* * UDP protocol inplementation. * Per RFC 768, August, 1980. |