diff options
author | 2010-09-03 10:51:53 +0000 | |
---|---|---|
committer | 2010-09-03 10:51:53 +0000 | |
commit | 5384af044fc41f21a293c26ecd67d34a779567a7 (patch) | |
tree | 8a37cde607ef5746d2bd63e8ccda88b96524758c | |
parent | zap trailing whitespace; (diff) | |
download | wireguard-openbsd-5384af044fc41f21a293c26ecd67d34a779567a7.tar.xz wireguard-openbsd-5384af044fc41f21a293c26ecd67d34a779567a7.zip |
thib insists i take responsibility too
-rw-r--r-- | sys/kern/kern_bufq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_bufq.c b/sys/kern/kern_bufq.c index b02ff2c951b..88eb2487032 100644 --- a/sys/kern/kern_bufq.c +++ b/sys/kern/kern_bufq.c @@ -1,6 +1,7 @@ -/* $OpenBSD: kern_bufq.c,v 1.18 2010/09/02 07:05:39 matthew Exp $ */ +/* $OpenBSD: kern_bufq.c,v 1.19 2010/09/03 10:51:53 dlg Exp $ */ /* * Copyright (c) 2010 Thordur I. Bjornsson <thib@openbsd.org> + * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |