summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-01-10 16:42:36 +0000
committerchristos <christos@NetBSD.org>2011-01-10 16:42:36 +0000
commit683b3e5817a46f2ef24d21606bb9dcfc6bc7fe2a (patch)
treeab771cf870255c73c02c5ae711a75a92017012a3 /lib/libc/sys
parent3bb955c86b884a56e4329f865b1a6b9c3a1610c1 (diff)
remove clauses 3/4
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigqueue.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libc/sys/sigqueue.c b/lib/libc/sys/sigqueue.c
index 1846315909c..2bf09ad4b94 100644
--- a/lib/libc/sys/sigqueue.c
+++ b/lib/libc/sys/sigqueue.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sigqueue.c,v 1.1 2011/01/10 04:41:27 christos Exp $ */
+/* $NetBSD: sigqueue.c,v 1.2 2011/01/10 16:42:36 christos Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -15,13 +15,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 the NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -37,7 +30,7 @@
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: sigqueue.c,v 1.1 2011/01/10 04:41:27 christos Exp $");
+__RCSID("$NetBSD: sigqueue.c,v 1.2 2011/01/10 16:42:36 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"