summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-01-12 11:28:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-01-12 11:28:10 +0000
commit875570bf3911bd39a83475159f6ca86413bd8e10 (patch)
treefa8af266ff19a67b1c2c31c6398102944b3cdedf /sys/net
parentb6ffbb9fea980af141919aaadd4c4f6867867729 (diff)
do not need rndvar.h anymore
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_tun.c5
-rw-r--r--sys/net/if_vether.c4
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index a175b6be72d..fc8f2537213 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.103 2010/01/12 04:06:55 yasuoka Exp $ */
+/* $OpenBSD: if_tun.c,v 1.104 2010/01/12 11:28:09 deraadt Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -86,9 +86,6 @@
#include <net/bpf.h>
#endif
-/* for arc4random() */
-#include <dev/rndvar.h>
-
#include <net/if_tun.h>
struct tun_softc {
diff --git a/sys/net/if_vether.c b/sys/net/if_vether.c
index ad0e0023274..f38840e2421 100644
--- a/sys/net/if_vether.c
+++ b/sys/net/if_vether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vether.c,v 1.7 2010/01/12 03:41:29 deraadt Exp $ */
+/* $OpenBSD: if_vether.c,v 1.8 2010/01/12 11:28:09 deraadt Exp $ */
/*
* Copyright (c) 2009 Theo de Raadt
@@ -42,8 +42,6 @@
#include <netinet/in_var.h>
#endif
-#include <dev/rndvar.h>
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif