diff options
author | 2014-04-03 16:18:11 +0000 | |
---|---|---|
committer | 2014-04-03 16:18:11 +0000 | |
commit | 347c6422f8a42a231eef6b9c076c4af4cfc26e71 (patch) | |
tree | 510b5721ca9dd6ff01d70a8f268b521b74276501 /lib/libc/stdlib/malloc.c | |
parent | Proper validation and computation of bsize in expert mode; ok krw@ millert@ (diff) | |
download | wireguard-openbsd-347c6422f8a42a231eef6b9c076c4af4cfc26e71.tar.xz wireguard-openbsd-347c6422f8a42a231eef6b9c076c4af4cfc26e71.zip |
Update Copyright notice; ok otto@ beck@ deraadt@.
This is merely a by-product of figuring out the amount of phk@ code
contained herein; i'm not planning to hack on this file.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r-- | lib/libc/stdlib/malloc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 214b1bb9de4..446a1ca2543 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -1,6 +1,8 @@ -/* $OpenBSD: malloc.c,v 1.151 2014/03/25 17:00:02 beck Exp $ */ +/* $OpenBSD: malloc.c,v 1.152 2014/04/03 16:18:11 schwarze Exp $ */ /* - * Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> + * Copyright (c) 2008, 2010, 2011 Otto Moerbeek <otto@drijf.net> + * Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org> + * Copyright (c) 2008 Damien Miller <djm@openbsd.org> * Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org> * * Permission to use, copy, modify, and distribute this software for any |