summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-05-02 18:55:25 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-05-02 18:55:25 +0000
commit8565912278369cf8619e6755318653e7cf57338f (patch)
tree88261c7fd64d2cd3299a6c885234290e90cbdf29 /sys/kern
parent8d9f399f7f91f12b17648750f292c377bfbbb3bf (diff)
according to pedro, ids work better with the ending $
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_poison.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_poison.c b/sys/kern/subr_poison.c
index e8038bc3320..93e04a7b30f 100644
--- a/sys/kern/subr_poison.c
+++ b/sys/kern/subr_poison.c
@@ -1,4 +1,4 @@
-/* $OpenBSD */
+/* $OpenBSD: subr_poison.c,v 1.3 2013/05/02 18:55:24 tedu Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*