summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-12-10 19:44:06 +0000
committerderaadt <deraadt@openbsd.org>2003-12-10 19:44:06 +0000
commit79a8f06a9ac95d92479f0630a189c9adcd6a98bd (patch)
tree414202bc4d1e3358bbfb2f2923be436a0fb558fc /usr.sbin/yppoll
parentoops (diff)
downloadwireguard-openbsd-79a8f06a9ac95d92479f0630a189c9adcd6a98bd.tar.xz
wireguard-openbsd-79a8f06a9ac95d92479f0630a189c9adcd6a98bd.zip
yppoll.c
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index cffdc31f8f7..901cce7ee53 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yppoll.c,v 1.9 2003/09/06 04:05:26 deraadt Exp $ */
+/* $OpenBSD: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $ */
/* $NetBSD: yppoll.c,v 1.5 1996/05/13 02:46:36 thorpej Exp $ */
/*
@@ -14,11 +14,7 @@
* 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 Theo de Raadt and
- * John Brezak.
- * 4. The name of the author may not be used to endorse or promote
+ * 3. The name of the author may not be used to endorse or promote
* products derived from this software without specific prior written
* permission.
*
@@ -36,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: yppoll.c,v 1.9 2003/09/06 04:05:26 deraadt Exp $";
+static char rcsid[] = "$Id: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>