summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/cfree.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-04 16:35:23 +0000
committerderaadt <deraadt@openbsd.org>2003-06-04 16:35:23 +0000
commitf26c1e15b88c8916d8d5be80ec93fdbf52a1878e (patch)
tree20aff479b2ca9d5b9985891370d98b46782aa7aa /lib/libc/stdlib/cfree.c
parentterm 3 & 4 from tholo after permission (diff)
downloadwireguard-openbsd-f26c1e15b88c8916d8d5be80ec93fdbf52a1878e.tar.xz
wireguard-openbsd-f26c1e15b88c8916d8d5be80ec93fdbf52a1878e.zip
another term 3 & 4 from tholo after permission
Diffstat (limited to 'lib/libc/stdlib/cfree.c')
-rw-r--r--lib/libc/stdlib/cfree.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/stdlib/cfree.c b/lib/libc/stdlib/cfree.c
index 3af32039a9b..078e9de23f2 100644
--- a/lib/libc/stdlib/cfree.c
+++ b/lib/libc/stdlib/cfree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfree.c,v 1.1 1996/08/21 03:47:22 tholo Exp $ */
+/* $OpenBSD: cfree.c,v 1.2 2003/06/04 16:35:23 deraadt Exp $ */
/*
* Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by SigmaSoft, Th. Lockert.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -31,7 +26,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: cfree.c,v 1.1 1996/08/21 03:47:22 tholo Exp $";
+static char rcsid[] = "$OpenBSD: cfree.c,v 1.2 2003/06/04 16:35:23 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>