summaryrefslogtreecommitdiff
path: root/libexec/lockspool
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 02:05:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 02:05:14 +0000
commit815fd8349ff4e5b32a81b2c4cbd097076509218a (patch)
tree817bb0372cfb388e17873480c50c79c73cd158a8 /libexec/lockspool
parent7ff3c4e48ae2c7a4674cc78742c604ab76d21ef6 (diff)
Remove promotion clause; OK w/ deraadt@
Diffstat (limited to 'libexec/lockspool')
-rw-r--r--libexec/lockspool/lockspool.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libexec/lockspool/lockspool.c b/libexec/lockspool/lockspool.c
index 8f392dea89c..54b0809efb9 100644
--- a/libexec/lockspool/lockspool.c
+++ b/libexec/lockspool/lockspool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lockspool.c,v 1.8 2002/07/03 23:39:03 deraadt Exp $ */
+/* $OpenBSD: lockspool.c,v 1.9 2003/06/03 02:05:13 millert Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt <deraadt@theos.com>
@@ -13,8 +13,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. The name of the authors 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
@@ -29,7 +27,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: lockspool.c,v 1.8 2002/07/03 23:39:03 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: lockspool.c,v 1.9 2003/06/03 02:05:13 millert Exp $";
#endif /* not lint */
#include <sys/signal.h>