diff options
author | 2013-05-02 18:55:24 +0000 | |
---|---|---|
committer | 2013-05-02 18:55:24 +0000 | |
commit | 914cf15061daff0913c4394d1c8da834360450b6 (patch) | |
tree | 008a0ccf8913f5c4e6a6cc5716b39395174a28d2 /sys/kern/subr_poison.c | |
parent | Bunch of comment/whitespace cleanup. Eliminate some misleading or (diff) | |
download | wireguard-openbsd-914cf15061daff0913c4394d1c8da834360450b6.tar.xz wireguard-openbsd-914cf15061daff0913c4394d1c8da834360450b6.zip |
according to pedro, ids work better with the ending $
Diffstat (limited to 'sys/kern/subr_poison.c')
-rw-r--r-- | sys/kern/subr_poison.c | 2 |
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> * |