summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2011-09-21 18:08:07 +0000
committerjsg <jsg@openbsd.org>2011-09-21 18:08:07 +0000
commit8e4186319153e7767e8948f1fd9bc237bf5e6718 (patch)
tree566d758c8f8ce3ddf6602a0fd9e45137248d5efd
parentdisable st*, since we doubt anyone uses it. suggested by jsing in (diff)
downloadwireguard-openbsd-8e4186319153e7767e8948f1fd9bc237bf5e6718.tar.xz
wireguard-openbsd-8e4186319153e7767e8948f1fd9bc237bf5e6718.zip
remove rcsids which escaped the purge of 2009
-rw-r--r--usr.bin/xlint/lint1/cgram.y6
-rw-r--r--usr.bin/xlint/lint1/decl.c6
-rw-r--r--usr.bin/xlint/lint1/emit.c6
-rw-r--r--usr.bin/xlint/lint1/emit1.c6
-rw-r--r--usr.bin/xlint/lint1/err.c6
-rw-r--r--usr.bin/xlint/lint1/func.c6
-rw-r--r--usr.bin/xlint/lint1/init.c6
-rw-r--r--usr.bin/xlint/lint1/main1.c6
-rw-r--r--usr.bin/xlint/lint1/mem.c6
-rw-r--r--usr.bin/xlint/lint1/mem1.c6
-rw-r--r--usr.bin/xlint/lint1/scan.l6
-rw-r--r--usr.bin/xlint/lint1/tree.c6
-rw-r--r--usr.bin/xlint/lint2/chk.c6
-rw-r--r--usr.bin/xlint/lint2/emit2.c6
-rw-r--r--usr.bin/xlint/lint2/hash.c6
-rw-r--r--usr.bin/xlint/lint2/main2.c6
-rw-r--r--usr.bin/xlint/lint2/mem2.c6
-rw-r--r--usr.bin/xlint/lint2/msg.c6
-rw-r--r--usr.bin/xlint/lint2/read.c6
-rw-r--r--usr.bin/xlint/xlint/xlint.c6
20 files changed, 20 insertions, 100 deletions
diff --git a/usr.bin/xlint/lint1/cgram.y b/usr.bin/xlint/lint1/cgram.y
index 5229ff64376..ed83d88aba0 100644
--- a/usr.bin/xlint/lint1/cgram.y
+++ b/usr.bin/xlint/lint1/cgram.y
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: cgram.y,v 1.23 2011/05/31 22:00:07 martynas Exp $ */
+/* $OpenBSD: cgram.y,v 1.24 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: cgram.y,v 1.8 1995/10/02 17:31:35 jpo Exp $ */
/*
@@ -33,10 +33,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: cgram.y,v 1.23 2011/05/31 22:00:07 martynas Exp $";
-#endif
-
#include <stdlib.h>
#include <limits.h>
diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c
index df7ee66b272..c40ba5b47db 100644
--- a/usr.bin/xlint/lint1/decl.c
+++ b/usr.bin/xlint/lint1/decl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: decl.c,v 1.29 2011/07/11 17:30:10 martynas Exp $ */
+/* $OpenBSD: decl.c,v 1.30 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: decl.c,v 1.11 1995/10/02 17:34:16 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: decl.c,v 1.29 2011/07/11 17:30:10 martynas Exp $";
-#endif
-
#include <sys/param.h>
#include <limits.h>
#include <stdlib.h>
diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c
index b3c8bbdb725..379d344e826 100644
--- a/usr.bin/xlint/lint1/emit.c
+++ b/usr.bin/xlint/lint1/emit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emit.c,v 1.9 2005/12/10 18:58:50 martin Exp $ */
+/* $OpenBSD: emit.c,v 1.10 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: emit.c,v 1.2 1995/07/03 21:24:00 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: emit.c,v 1.9 2005/12/10 18:58:50 martin Exp $";
-#endif
-
#include <stdio.h>
#include <string.h>
#include <ctype.h>
diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c
index 03f471e8f6e..28f962cd549 100644
--- a/usr.bin/xlint/lint1/emit1.c
+++ b/usr.bin/xlint/lint1/emit1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emit1.c,v 1.8 2010/07/24 22:17:03 guenther Exp $ */
+/* $OpenBSD: emit1.c,v 1.9 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: emit1.c,v 1.4 1995/10/02 17:21:28 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: emit1.c,v 1.8 2010/07/24 22:17:03 guenther Exp $";
-#endif
-
#include <ctype.h>
#include "lint1.h"
diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c
index a5ac6a31bdd..98c6b59d204 100644
--- a/usr.bin/xlint/lint1/err.c
+++ b/usr.bin/xlint/lint1/err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: err.c,v 1.27 2011/05/31 22:00:07 martynas Exp $ */
+/* $OpenBSD: err.c,v 1.28 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: err.c,v 1.8 1995/10/02 17:37:00 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: err.c,v 1.27 2011/05/31 22:00:07 martynas Exp $";
-#endif
-
/* number of errors found */
int nerr;
diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c
index ae103927f56..a81c6948998 100644
--- a/usr.bin/xlint/lint1/func.c
+++ b/usr.bin/xlint/lint1/func.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: func.c,v 1.21 2011/05/30 15:15:58 martynas Exp $ */
+/* $OpenBSD: func.c,v 1.22 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: func.c,v 1.7 1995/10/02 17:31:40 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: func.c,v 1.21 2011/05/30 15:15:58 martynas Exp $";
-#endif
-
#include <stdlib.h>
#include <string.h>
diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c
index 000df3ed04c..6fbec3194ed 100644
--- a/usr.bin/xlint/lint1/init.c
+++ b/usr.bin/xlint/lint1/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.12 2010/09/09 11:31:40 miod Exp $ */
+/* $OpenBSD: init.c,v 1.13 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: init.c,v 1.4 1995/10/02 17:21:37 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: init.c,v 1.12 2010/09/09 11:31:40 miod Exp $";
-#endif
-
#include <stdlib.h>
#include "lint1.h"
diff --git a/usr.bin/xlint/lint1/main1.c b/usr.bin/xlint/lint1/main1.c
index a8f133df747..99916e5f47b 100644
--- a/usr.bin/xlint/lint1/main1.c
+++ b/usr.bin/xlint/lint1/main1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main1.c,v 1.11 2006/05/29 20:47:22 cloder Exp $ */
+/* $OpenBSD: main1.c,v 1.12 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: main1.c,v 1.3 1995/10/02 17:29:56 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: main1.c,v 1.11 2006/05/29 20:47:22 cloder Exp $";
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/usr.bin/xlint/lint1/mem.c b/usr.bin/xlint/lint1/mem.c
index 0fce3f26362..e2f605188cb 100644
--- a/usr.bin/xlint/lint1/mem.c
+++ b/usr.bin/xlint/lint1/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.4 2006/03/08 07:18:51 moritz Exp $ */
+/* $OpenBSD: mem.c,v 1.5 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: mem.c,v 1.2 1995/07/03 21:24:24 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: mem.c,v 1.4 2006/03/08 07:18:51 moritz Exp $";
-#endif
-
#include <stdlib.h>
#include <string.h>
#include <err.h>
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c
index c948ed5e374..19976272f62 100644
--- a/usr.bin/xlint/lint1/mem1.c
+++ b/usr.bin/xlint/lint1/mem1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem1.c,v 1.11 2007/09/06 22:02:03 cloder Exp $ */
+/* $OpenBSD: mem1.c,v 1.12 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: mem1.c,v 1.11 2007/09/06 22:02:03 cloder Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/param.h>
diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l
index 55002fff854..7f9464ffd00 100644
--- a/usr.bin/xlint/lint1/scan.l
+++ b/usr.bin/xlint/lint1/scan.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: scan.l,v 1.32 2010/07/24 22:17:03 guenther Exp $ */
+/* $OpenBSD: scan.l,v 1.33 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $ */
/*
@@ -33,10 +33,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: scan.l,v 1.32 2010/07/24 22:17:03 guenther Exp $";
-#endif
-
#include <stdlib.h>
#include <string.h>
#include <limits.h>
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c
index 0ed9c24eac4..ce6a1e20941 100644
--- a/usr.bin/xlint/lint1/tree.c
+++ b/usr.bin/xlint/lint1/tree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.c,v 1.47 2010/07/24 22:17:03 guenther Exp $ */
+/* $OpenBSD: tree.c,v 1.48 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: tree.c,v 1.47 2010/07/24 22:17:03 guenther Exp $";
-#endif
-
#include <stdlib.h>
#include <string.h>
#include <float.h>
diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c
index 7996ad33596..3e4839106da 100644
--- a/usr.bin/xlint/lint2/chk.c
+++ b/usr.bin/xlint/lint2/chk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chk.c,v 1.25 2011/07/03 18:15:10 martynas Exp $ */
+/* $OpenBSD: chk.c,v 1.26 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: chk.c,v 1.2 1995/07/03 21:24:42 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: chk.c,v 1.25 2011/07/03 18:15:10 martynas Exp $";
-#endif
-
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
diff --git a/usr.bin/xlint/lint2/emit2.c b/usr.bin/xlint/lint2/emit2.c
index 08d796a0fa5..2e60ceec3a8 100644
--- a/usr.bin/xlint/lint2/emit2.c
+++ b/usr.bin/xlint/lint2/emit2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emit2.c,v 1.6 2010/07/24 22:17:03 guenther Exp $ */
+/* $OpenBSD: emit2.c,v 1.7 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: emit2.c,v 1.2 1995/07/03 21:24:44 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: emit2.c,v 1.6 2010/07/24 22:17:03 guenther Exp $";
-#endif
-
#include <err.h>
#include "lint2.h"
diff --git a/usr.bin/xlint/lint2/hash.c b/usr.bin/xlint/lint2/hash.c
index 1e86c03977e..028c9b6dc51 100644
--- a/usr.bin/xlint/lint2/hash.c
+++ b/usr.bin/xlint/lint2/hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash.c,v 1.5 2005/11/20 17:09:55 cloder Exp $ */
+/* $OpenBSD: hash.c,v 1.6 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: hash.c,v 1.2 1995/07/03 21:24:47 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: hash.c,v 1.5 2005/11/20 17:09:55 cloder Exp $";
-#endif
-
#include <stddef.h>
#include <string.h>
#include <limits.h>
diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c
index 6db5895a93a..bd80c945aa6 100644
--- a/usr.bin/xlint/lint2/main2.c
+++ b/usr.bin/xlint/lint2/main2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main2.c,v 1.9 2006/05/29 20:47:22 cloder Exp $ */
+/* $OpenBSD: main2.c,v 1.10 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: main2.c,v 1.2 1995/07/03 21:24:53 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: main2.c,v 1.9 2006/05/29 20:47:22 cloder Exp $";
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.bin/xlint/lint2/mem2.c b/usr.bin/xlint/lint2/mem2.c
index 687729b6c8f..6f60ac50283 100644
--- a/usr.bin/xlint/lint2/mem2.c
+++ b/usr.bin/xlint/lint2/mem2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem2.c,v 1.4 2005/11/20 17:09:55 cloder Exp $ */
+/* $OpenBSD: mem2.c,v 1.5 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: mem2.c,v 1.3 1995/10/02 17:27:11 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: mem2.c,v 1.4 2005/11/20 17:09:55 cloder Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/types.h>
#include <sys/mman.h>
diff --git a/usr.bin/xlint/lint2/msg.c b/usr.bin/xlint/lint2/msg.c
index f03ffee467e..ec61ad92a2c 100644
--- a/usr.bin/xlint/lint2/msg.c
+++ b/usr.bin/xlint/lint2/msg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msg.c,v 1.8 2005/12/10 20:26:10 cloder Exp $ */
+/* $OpenBSD: msg.c,v 1.9 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: msg.c,v 1.2 1995/07/03 21:24:56 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: msg.c,v 1.8 2005/12/10 20:26:10 cloder Exp $";
-#endif
-
#include <string.h>
#include <stdio.h>
diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c
index b9d518d53ef..7564eba0fd9 100644
--- a/usr.bin/xlint/lint2/read.c
+++ b/usr.bin/xlint/lint2/read.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: read.c,v 1.11 2011/03/15 21:59:27 espie Exp $ */
+/* $OpenBSD: read.c,v 1.12 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: read.c,v 1.2 1995/07/03 21:24:59 cgd Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: read.c,v 1.11 2011/03/15 21:59:27 espie Exp $";
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c
index 979f318eee5..2b6d588f72e 100644
--- a/usr.bin/xlint/xlint/xlint.c
+++ b/usr.bin/xlint/xlint/xlint.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xlint.c,v 1.35 2011/06/09 15:19:03 jsg Exp $ */
+/* $OpenBSD: xlint.c,v 1.36 2011/09/21 18:08:07 jsg Exp $ */
/* $NetBSD: xlint.c,v 1.3 1995/10/23 14:29:30 jpo Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static char rcsid[] = "$OpenBSD: xlint.c,v 1.35 2011/06/09 15:19:03 jsg Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/wait.h>
#include <sys/stat.h>