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