summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-10-25 23:22:59 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-10-25 23:22:59 +0000
commit6f58f961eff6320109dd75ec78480b0ec6c75fcd (patch)
tree9e15c5606b6c3d34e7cdd7f5a703c3e719afd1af
parent43363982a3b7e7313dad2ffb982347b91c8cc560 (diff)
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.