summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-22 12:13:00 +0000
committerderaadt <deraadt@openbsd.org>1996-05-22 12:13:00 +0000
commit04e783808057cc4bf860e1abdf159ae2c9a5f8dc (patch)
treef4aee9b5ed3f53bd262d26a32e0e97e33ef78e60 /usr.sbin/yppoll
parentadd more error checking to greywolf patch (diff)
downloadwireguard-openbsd-04e783808057cc4bf860e1abdf159ae2c9a5f8dc.tar.xz
wireguard-openbsd-04e783808057cc4bf860e1abdf159ae2c9a5f8dc.zip
headers
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index 3311f4b86f3..ce2c8b26eea 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -1,3 +1,6 @@
+/* $OpenBSD: yppoll.c,v 1.2 1996/05/22 12:13:00 deraadt Exp $ */
+/* $NetBSD: yppoll.c,v 1.5 1996/05/13 02:46:36 thorpej Exp $ */
+
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
* Copyright (c) 1992, 1993 John Brezak
@@ -33,7 +36,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: yppoll.c,v 1.1.1.1 1995/10/18 08:48:32 deraadt Exp $";
+static char rcsid[] = "$Id: yppoll.c,v 1.2 1996/05/22 12:13:00 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>