Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Pull in <sys/time.h>, since we use timevals here.
details: https://anonhg.NetBSD.org/src/rev/ea8d9383660e
branches: trunk
changeset: 499090:ea8d9383660e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 11 00:11:04 2000 +0000
description:
Pull in <sys/time.h>, since we use timevals here.
diffstat:
sys/net/bpf.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 45bcd648e434 -r ea8d9383660e sys/net/bpf.h
--- a/sys/net/bpf.h Fri Nov 10 23:53:04 2000 +0000
+++ b/sys/net/bpf.h Sat Nov 11 00:11:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bpf.h,v 1.26 2000/11/02 16:14:05 eeh Exp $ */
+/* $NetBSD: bpf.h,v 1.27 2000/11/11 00:11:04 thorpej Exp $ */
/*
* Copyright (c) 1990, 1991, 1993
@@ -44,6 +44,8 @@
#ifndef _NET_BPF_H_
#define _NET_BPF_H_
+#include <sys/time.h>
+
/* BSD style release date */
#define BPF_RELEASE 199606
Home |
Main Index |
Thread Index |
Old Index