Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/net More #include removal
details: https://anonhg.NetBSD.org/src/rev/298a8d808b52
branches: pgoyette-compat
changeset: 447555:298a8d808b52
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jan 15 22:28:15 2019 +0000
description:
More #include removal
diffstat:
sys/net/rtsock_shared.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 1d683e5c7200 -r 298a8d808b52 sys/net/rtsock_shared.c
--- a/sys/net/rtsock_shared.c Tue Jan 15 22:27:07 2019 +0000
+++ b/sys/net/rtsock_shared.c Tue Jan 15 22:28:15 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtsock_shared.c,v 1.1.2.3 2019/01/15 04:10:34 pgoyette Exp $ */
+/* $NetBSD: rtsock_shared.c,v 1.1.2.4 2019/01/15 22:28:15 pgoyette Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,12 +61,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtsock_shared.c,v 1.1.2.3 2019/01/15 04:10:34 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtsock_shared.c,v 1.1.2.4 2019/01/15 22:28:15 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
-#include "opt_mpls.h"
-#include "opt_compat_netbsd.h"
#include "opt_net_mpsafe.h"
#endif
Home |
Main Index |
Thread Index |
Old Index