Module Name:    src
Committed By:   alnsn
Date:           Wed Jul  9 15:56:12 UTC 2014

Modified Files:
        src/tests/net/bpfjit: t_cop.c

Log Message:
Fix copy/paste error: s/rump_unschedule/rump_schedule/.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/bpfjit/t_cop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/bpfjit/t_cop.c
diff -u src/tests/net/bpfjit/t_cop.c:1.1 src/tests/net/bpfjit/t_cop.c:1.2
--- src/tests/net/bpfjit/t_cop.c:1.1	Wed Jul  9 13:49:49 2014
+++ src/tests/net/bpfjit/t_cop.c	Wed Jul  9 15:56:12 2014
@@ -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_TC_BODY(bpfjit_copx_ret_buflen, tc)
 
 	ATF_CHECK(code(&ctx, &args) == sizeof(pkt));
 
-	rump_unschedule();
+	rump_schedule();
 	rumpns_bpfjit_free_code(code);
 	rump_unschedule();
 }

Reply via email to