Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Reduce namespace pollution from netcciitt-land



details:   https://anonhg.NetBSD.org/src/rev/a2f763b7d8ef
branches:  trunk
changeset: 494136:a2f763b7d8ef
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Jul 02 17:40:18 2000 +0000

description:
Reduce namespace pollution from netcciitt-land

diffstat:

 sys/net/netisr.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r eb4375861e62 -r a2f763b7d8ef sys/net/netisr.h
--- a/sys/net/netisr.h  Sun Jul 02 17:40:08 2000 +0000
+++ b/sys/net/netisr.h  Sun Jul 02 17:40:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netisr.h,v 1.20 2000/07/02 04:40:47 cgd Exp $ */
+/* $NetBSD: netisr.h,v 1.21 2000/07/02 17:40:18 sommerfeld Exp $ */
 
 /*
  * Copyright (c) 1980, 1986, 1989, 1993
@@ -93,9 +93,7 @@
 #include <netiso/clnp.h>
 #endif
 #ifdef CCITT
-#include <netccitt/x25.h>
-#include <netccitt/pk.h>
-#include <netccitt/pk_extern.h>
+#include <netccitt/x25isr.h>
 #endif
 #ifdef NATM
 #include <netnatm/natm.h>



Home | Main Index | Thread Index | Old Index