summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-12-10 16:03:40 +0000
committerobrien <obrien@FreeBSD.org>2007-12-10 16:03:40 +0000
commit0d684d927bf42ec9c53b0f921e6aaa42e7236cd7 (patch)
treed4c0e803504e29a3a6160e8169936a6e216211ea /sys/netinet6/udp6_usrreq.c
parentebbb79756acafb05660e42b5ceb4b2a096d4ffbc (diff)
downloadFreeBSD-src-0d684d927bf42ec9c53b0f921e6aaa42e7236cd7.zip
FreeBSD-src-0d684d927bf42ec9c53b0f921e6aaa42e7236cd7.tar.gz
Clean up VCS Ids.
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index e9c7328..96b72b2 100644
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -1,6 +1,3 @@
-/* $KAME: udp6_usrreq.c,v 1.27 2001/05/21 05:45:10 jinmei Exp $ */
-/* $KAME: udp6_output.c,v 1.31 2001/05/21 16:39:15 jinmei Exp $ */
-
/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
@@ -28,6 +25,9 @@
* 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.
+ *
+ * $KAME: udp6_usrreq.c,v 1.27 2001/05/21 05:45:10 jinmei Exp $
+ * $KAME: udp6_output.c,v 1.31 2001/05/21 16:39:15 jinmei Exp $
*/
/*-
@@ -60,9 +60,11 @@
* SUCH DAMAGE.
*
* @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipsec.h"
OpenPOWER on IntegriCloud