Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Fix typo.
details: https://anonhg.NetBSD.org/src/rev/8aecdea7847b
branches: trunk
changeset: 771133:8aecdea7847b
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Nov 11 05:06:01 2011 +0000
description:
Fix typo.
diffstat:
tests/lib/libc/sys/t_msgctl.c | 6 +++---
tests/lib/libc/sys/t_msgrcv.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 2bfa2fb55b9d -r 8aecdea7847b tests/lib/libc/sys/t_msgctl.c
--- a/tests/lib/libc/sys/t_msgctl.c Fri Nov 11 05:03:38 2011 +0000
+++ b/tests/lib/libc/sys/t_msgctl.c Fri Nov 11 05:06:01 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_msgctl.c,v 1.2 2011/11/05 08:47:54 jruoho Exp $ */
+/* $NetBSD: t_msgctl.c,v 1.3 2011/11/11 05:06:01 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_msgctl.c,v 1.2 2011/11/05 08:47:54 jruoho Exp $");
+__RCSID("$NetBSD: t_msgctl.c,v 1.3 2011/11/11 05:06:01 jruoho Exp $");
#include <sys/msg.h>
#include <sys/stat.h>
@@ -105,7 +105,7 @@
ATF_TC_WITH_CLEANUP(msgctl_perm);
ATF_TC_HEAD(msgctl_perm, tc)
{
- atf_tc_set_md_var(tc, "descr", "Test permissiosn with msgctl(2)");
+ atf_tc_set_md_var(tc, "descr", "Test permissions with msgctl(2)");
atf_tc_set_md_var(tc, "require.user", "root");
}
diff -r 2bfa2fb55b9d -r 8aecdea7847b tests/lib/libc/sys/t_msgrcv.c
--- a/tests/lib/libc/sys/t_msgrcv.c Fri Nov 11 05:03:38 2011 +0000
+++ b/tests/lib/libc/sys/t_msgrcv.c Fri Nov 11 05:06:01 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_msgrcv.c,v 1.1 2011/11/05 07:45:41 jruoho Exp $ */
+/* $NetBSD: t_msgrcv.c,v 1.2 2011/11/11 05:06:01 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_msgrcv.c,v 1.1 2011/11/05 07:45:41 jruoho Exp $");
+__RCSID("$NetBSD: t_msgrcv.c,v 1.2 2011/11/11 05:06:01 jruoho Exp $");
#include <sys/msg.h>
#include <sys/stat.h>
@@ -127,7 +127,7 @@
/*
* Below msgsnd(2) should unblock the child,
* and hence kill(2) should fail with ESRCH.
- */
+ */
(void)sleep(1);
(void)msgsnd(id, &msg, sizeof(struct msg), IPC_NOWAIT);
(void)sleep(1);
Home |
Main Index |
Thread Index |
Old Index