summaryrefslogtreecommitdiff
path: root/regress/lib/libc/sys/t_getitimer.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-12-13 16:56:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-12-13 16:56:51 +0000
commita02bd508e1de79feadc042a6a602194d97f70dab (patch)
tree81ef7c621045b36a4c34f46ab1652c0f97a80c23 /regress/lib/libc/sys/t_getitimer.c
parentba1590a4b017c07576ce93524f047637c9acbcea (diff)
remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
Diffstat (limited to 'regress/lib/libc/sys/t_getitimer.c')
-rw-r--r--regress/lib/libc/sys/t_getitimer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libc/sys/t_getitimer.c b/regress/lib/libc/sys/t_getitimer.c
index 9e5bd792ed7..b18bc75cd08 100644
--- a/regress/lib/libc/sys/t_getitimer.c
+++ b/regress/lib/libc/sys/t_getitimer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: t_getitimer.c,v 1.3 2020/11/09 23:18:51 bluhm Exp $ */
+/* $OpenBSD: t_getitimer.c,v 1.4 2021/12/13 16:56:48 deraadt Exp $ */
/* $NetBSD: t_getitimer.c,v 1.3 2019/07/13 12:44:02 gson Exp $ */
/*-
@@ -32,9 +32,6 @@
#include "macros.h"
-#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_getitimer.c,v 1.3 2019/07/13 12:44:02 gson Exp $");
-
#include <sys/time.h>
#include "atf-c.h"