Source-Changes-HG archive

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

[src/trunk]: src/sys/net Use <net/dlt.h>



details:   https://anonhg.NetBSD.org/src/rev/7f71e4453f8b
branches:  trunk
changeset: 500480:7f71e4453f8b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 12 18:03:25 2000 +0000

description:
Use <net/dlt.h>

diffstat:

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

diffs (18 lines):

diff -r 6ab39ae33403 -r 7f71e4453f8b sys/net/pfil.h
--- a/sys/net/pfil.h    Tue Dec 12 18:00:22 2000 +0000
+++ b/sys/net/pfil.h    Tue Dec 12 18:03:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfil.h,v 1.14 2000/11/11 00:52:36 thorpej Exp $        */
+/*     $NetBSD: pfil.h,v 1.15 2000/12/12 18:03:25 thorpej Exp $        */
 
 /*
  * Copyright (c) 1996 Matthew R. Green
@@ -32,7 +32,7 @@
 #define _NET_PFIL_H_
 
 #include <sys/queue.h>
-#include <net/bpf.h>
+#include <net/dlt.h>
 
 struct mbuf;
 struct ifnet;



Home | Main Index | Thread Index | Old Index