summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_msgrcv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/t_msgrcv.c')
-rw-r--r--src/regress/lib/libc/sys/t_msgrcv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_msgrcv.c b/src/regress/lib/libc/sys/t_msgrcv.c
index 1fbcd41695..2e73b3d5ba 100644
--- a/src/regress/lib/libc/sys/t_msgrcv.c
+++ b/src/regress/lib/libc/sys/t_msgrcv.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_msgrcv.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */ 1/* $OpenBSD: t_msgrcv.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_msgrcv.c,v 1.5 2017/10/08 08:31:05 kre Exp $ */ 2/* $NetBSD: t_msgrcv.c,v 1.5 2017/10/08 08:31:05 kre Exp $ */
3 3
4/*- 4/*-
@@ -32,9 +32,6 @@
32 32
33#include "macros.h" 33#include "macros.h"
34 34
35#include <sys/cdefs.h>
36__RCSID("$NetBSD: t_msgrcv.c,v 1.5 2017/10/08 08:31:05 kre Exp $");
37
38#include <sys/msg.h> 35#include <sys/msg.h>
39#include <sys/stat.h> 36#include <sys/stat.h>
40#include <sys/sysctl.h> 37#include <sys/sysctl.h>