Source-Changes-HG archive

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

[src/trunk]: src/sys/net Uses _IOR/_IOW/etc. and thus needs sys/ioccom.h. PR ...



details:   https://anonhg.NetBSD.org/src/rev/44d761469b80
branches:  trunk
changeset: 810583:44d761469b80
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Sep 05 20:01:21 2015 +0000

description:
Uses _IOR/_IOW/etc. and thus needs sys/ioccom.h. PR 41200

diffstat:

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

diffs (17 lines):

diff -r 732c8864d7ea -r 44d761469b80 sys/net/bpf.h
--- a/sys/net/bpf.h     Sat Sep 05 17:50:01 2015 +0000
+++ b/sys/net/bpf.h     Sat Sep 05 20:01:21 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf.h,v 1.66 2014/11/19 19:35:21 christos Exp $        */
+/*     $NetBSD: bpf.h,v 1.67 2015/09/05 20:01:21 dholland Exp $        */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -40,6 +40,7 @@
 #ifndef _NET_BPF_H_
 #define _NET_BPF_H_
 
+#include <sys/ioccom.h>
 #include <sys/time.h>
 
 /* BSD style release date */



Home | Main Index | Thread Index | Old Index