summaryrefslogtreecommitdiff
path: root/regress/sys/kern/ptrace2/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sys/kern/ptrace2/macros.h')
-rw-r--r--regress/sys/kern/ptrace2/macros.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/regress/sys/kern/ptrace2/macros.h b/regress/sys/kern/ptrace2/macros.h
index 2446a7272e0..efb983be9c0 100644
--- a/regress/sys/kern/ptrace2/macros.h
+++ b/regress/sys/kern/ptrace2/macros.h
@@ -1,7 +1,6 @@
-/* $OpenBSD: macros.h,v 1.1 2020/02/28 12:48:30 mpi Exp $ */
+/* $OpenBSD: macros.h,v 1.2 2021/12/13 16:56:50 deraadt Exp $ */
/* Public domain - Moritz Buhl */
-#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stdint.h>
#include <sys/sysctl.h>
@@ -11,10 +10,6 @@
#include <string.h>
#include <stdio.h>
-#define __FBSDID(str)
-#define __RCSID(str)
-#define __COPYRIGHT(str)
-
#define __arraycount(_a) nitems(_a)
#define __unreachable() atf_tc_fail("unreachable")
#define __UNCONST(a) (a)