Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/net Pull up revision 1.19 (via patch, requested by ...



details:   https://anonhg.NetBSD.org/src/rev/9835c03e41ab
branches:  netbsd-1-5
changeset: 491320:9835c03e41ab
user:      he <he%NetBSD.org@localhost>
date:      Mon Apr 23 21:49:55 2001 +0000

description:
Pull up revision 1.19 (via patch, requested by itojun):
  Include <sys/null.h> to define NULL for inline function.

diffstat:

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

diffs (17 lines):

diff -r 9c45525f0bb6 -r 9835c03e41ab sys/net/pfil.h
--- a/sys/net/pfil.h    Mon Apr 23 21:45:25 2001 +0000
+++ b/sys/net/pfil.h    Mon Apr 23 21:49:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfil.h,v 1.13 2000/04/19 04:46:23 itojun Exp $ */
+/*     $NetBSD: pfil.h,v 1.13.4.1 2001/04/23 21:49:55 he Exp $ */
 
 /*
  * Copyright (c) 1996 Matthew R. Green
@@ -32,6 +32,7 @@
 #define _NET_PFIL_H_
 
 #include <sys/queue.h>
+#include <sys/null.h>
 
 struct mbuf;
 struct ifnet;



Home | Main Index | Thread Index | Old Index