Source-Changes-HG archive

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

[src/trunk]: src/tests/net/bpfjit Fix copy/paste error: s/rump_unschedule/rum...



details:   https://anonhg.NetBSD.org/src/rev/97a945b761f3
branches:  trunk
changeset: 797220:97a945b761f3
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Wed Jul 09 15:56:12 2014 +0000

description:
Fix copy/paste error: s/rump_unschedule/rump_schedule/.

diffstat:

 tests/net/bpfjit/t_cop.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94e8e31015e4 -r 97a945b761f3 tests/net/bpfjit/t_cop.c
--- a/tests/net/bpfjit/t_cop.c  Wed Jul 09 15:37:55 2014 +0000
+++ b/tests/net/bpfjit/t_cop.c  Wed Jul 09 15:56:12 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_cop.c,v 1.1 2014/07/09 13:49:49 alnsn Exp $ */
+/*     $NetBSD: t_cop.c,v 1.2 2014/07/09 15:56:12 alnsn Exp $ */
 
 /*-
  * Copyright (c) 2014 Alexander Nasonov.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_cop.c,v 1.1 2014/07/09 13:49:49 alnsn Exp $");
+__RCSID("$NetBSD: t_cop.c,v 1.2 2014/07/09 15:56:12 alnsn Exp $");
 
 #include <stdint.h>
 #include <string.h>
@@ -467,7 +467,7 @@
 
        ATF_CHECK(code(&ctx, &args) == sizeof(pkt));
 
-       rump_unschedule();
+       rump_schedule();
        rumpns_bpfjit_free_code(code);
        rump_unschedule();
 }



Home | Main Index | Thread Index | Old Index