Source-Changes-HG archive

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

[src/trunk]: src/tests/net/bpf Rump kernel hypercalls are not necessary here.



details:   https://anonhg.NetBSD.org/src/rev/fdd5ef71691a
branches:  trunk
changeset: 785176:fdd5ef71691a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 01 13:49:42 2013 +0000

description:
Rump kernel hypercalls are not necessary here.

diffstat:

 tests/net/bpf/t_div-by-zero.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 10783404d1b2 -r fdd5ef71691a tests/net/bpf/t_div-by-zero.c
--- a/tests/net/bpf/t_div-by-zero.c     Thu Feb 28 21:54:08 2013 +0000
+++ b/tests/net/bpf/t_div-by-zero.c     Fri Mar 01 13:49:42 2013 +0000
@@ -7,7 +7,6 @@
 #include <fcntl.h>
 
 #include <rump/rump.h>
-#include <rump/rumpuser.h>
 #include <rump/rump_syscalls.h>
 
 ATF_TC(div_by_zero);



Home | Main Index | Thread Index | Old Index