summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-10-25 23:22:58 +0000
committerfgsch <fgsch@openbsd.org>2002-10-25 23:22:58 +0000
commitae3a359448980d3a325358784201b5f73dd4a9e2 (patch)
tree99f6153a872df9efdf264e880c1d1879cf7d11bf
parentfake intrcnt (for now) such that vmstat works (; (diff)
downloadwireguard-openbsd-ae3a359448980d3a325358784201b5f73dd4a9e2.tar.xz
wireguard-openbsd-ae3a359448980d3a325358784201b5f73dd4a9e2.zip
add id tags.
-rw-r--r--sys/dev/systrace.c1
-rw-r--r--sys/dev/systrace.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c
index c60bdcc0fe4..2e2f1c18ab6 100644
--- a/sys/dev/systrace.c
+++ b/sys/dev/systrace.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: systrace.c,v 1.24 2002/10/25 23:22:58 fgsch Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
diff --git a/sys/dev/systrace.h b/sys/dev/systrace.h
index 1861dfed058..7ba97dffaa9 100644
--- a/sys/dev/systrace.h
+++ b/sys/dev/systrace.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: systrace.h,v 1.11 2002/10/25 23:22:58 fgsch Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.