Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet need compat header.
details: https://anonhg.NetBSD.org/src/rev/234a23047a58
branches: trunk
changeset: 327910:234a23047a58
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 20 20:44:15 2014 +0000
description:
need compat header.
diffstat:
sys/netinet/in_proto.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 06c793bf24f9 -r 234a23047a58 sys/netinet/in_proto.c
--- a/sys/netinet/in_proto.c Thu Mar 20 20:43:35 2014 +0000
+++ b/sys/netinet/in_proto.c Thu Mar 20 20:44:15 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in_proto.c,v 1.107 2014/01/02 18:29:01 pooka Exp $ */
+/* $NetBSD: in_proto.c,v 1.108 2014/03/20 20:44:15 christos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,13 +61,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.107 2014/01/02 18:29:01 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.108 2014/03/20 20:44:15 christos Exp $");
#include "opt_mrouting.h"
#include "opt_inet.h"
#include "opt_ipsec.h"
#include "opt_pim.h"
#include "opt_gateway.h"
+#include "opt_compat_netbsd.h"
#include <sys/param.h>
#include <sys/socket.h>
Home |
Main Index |
Thread Index |
Old Index