Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Comment out the inclusion of <uvm/uvm_extern.h> ...
details: https://anonhg.NetBSD.org/src/rev/2454a30c454b
branches: trunk
changeset: 543426:2454a30c454b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Feb 24 22:12:57 2003 +0000
description:
Comment out the inclusion of <uvm/uvm_extern.h> -- the header is not
necessary.
diffstat:
sys/netinet/ip_compat.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 44e2dc5619fe -r 2454a30c454b sys/netinet/ip_compat.h
--- a/sys/netinet/ip_compat.h Mon Feb 24 21:59:52 2003 +0000
+++ b/sys/netinet/ip_compat.h Mon Feb 24 22:12:57 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_compat.h,v 1.31 2002/09/19 08:12:46 martti Exp $ */
+/* $NetBSD: ip_compat.h,v 1.32 2003/02/24 22:12:57 thorpej Exp $ */
/*
* Copyright (C) 1993-2001 by Darren Reed.
@@ -589,7 +589,7 @@
(__FreeBSD_version >= 300000))
# if (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105180000)) || \
(defined(OpenBSD) && (OpenBSD >= 200111))
-# include <uvm/uvm_extern.h>
+/* # include <uvm/uvm_extern.h> */
# else
# include <vm/vm_extern.h>
extern vm_map_t kmem_map;
Home |
Main Index |
Thread Index |
Old Index