From c61d16ddbe5a427021666b2882f648357df03f5d Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 3 Jul 1995 21:23:45 +0000 Subject: [PATCH] RCS id cleanup --- usr.bin/xlint/Makefile | 2 +- usr.bin/xlint/lint1/Makefile | 2 +- usr.bin/xlint/lint1/cgram.y | 9 ++++----- usr.bin/xlint/lint1/decl.c | 6 +++--- usr.bin/xlint/lint1/emit.c | 6 +++--- usr.bin/xlint/lint1/emit1.c | 6 +++--- usr.bin/xlint/lint1/err.c | 6 +++--- usr.bin/xlint/lint1/externs.h | 4 ++-- usr.bin/xlint/lint1/externs1.h | 4 ++-- usr.bin/xlint/lint1/func.c | 6 +++--- usr.bin/xlint/lint1/init.c | 6 +++--- usr.bin/xlint/lint1/lint.h | 4 ++-- usr.bin/xlint/lint1/lint1.h | 4 ++-- usr.bin/xlint/lint1/main1.c | 6 +++--- usr.bin/xlint/lint1/mem.c | 6 +++--- usr.bin/xlint/lint1/mem1.c | 6 +++--- usr.bin/xlint/lint1/op.h | 4 ++-- usr.bin/xlint/lint1/param.h | 4 ++-- usr.bin/xlint/lint1/scan.l | 6 +++--- usr.bin/xlint/lint1/tree.c | 6 +++--- usr.bin/xlint/lint2/Makefile | 2 +- usr.bin/xlint/lint2/chk.c | 6 +++--- usr.bin/xlint/lint2/emit2.c | 6 +++--- usr.bin/xlint/lint2/externs2.h | 4 ++-- usr.bin/xlint/lint2/hash.c | 6 +++--- usr.bin/xlint/lint2/lint2.h | 4 ++-- usr.bin/xlint/lint2/main2.c | 6 +++--- usr.bin/xlint/lint2/mem2.c | 6 +++--- usr.bin/xlint/lint2/msg.c | 6 +++--- usr.bin/xlint/lint2/read.c | 6 +++--- usr.bin/xlint/llib/Makefile | 2 +- usr.bin/xlint/llib/llib-lposix | 4 ++-- usr.bin/xlint/llib/llib-lstdc | 4 ++-- usr.bin/xlint/xlint/Makefile | 2 +- usr.bin/xlint/xlint/lint.1 | 4 +--- usr.bin/xlint/xlint/pathnames.h | 4 ++-- usr.bin/xlint/xlint/xlint.c | 6 +++--- 37 files changed, 89 insertions(+), 92 deletions(-) diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 2d8fa9aa90e6..01557adee1d5 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/07/03 20:56:35 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $ SUBDIR= lint1 lint2 xlint llib diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 5177dbb720ae..5d572c6a338e 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/07/03 20:56:35 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:53 cgd Exp $ PROG= lint1 SRCS= cgram.c scan.c mem1.c mem.c err.c main1.c decl.c tree.c func.c \ diff --git a/usr.bin/xlint/lint1/cgram.y b/usr.bin/xlint/lint1/cgram.y index 2248babc039f..6e70109aba8e 100644 --- a/usr.bin/xlint/lint1/cgram.y +++ b/usr.bin/xlint/lint1/cgram.y @@ -1,3 +1,6 @@ +%{ +/* $NetBSD: cgram.y,v 1.2 1995/07/03 21:23:55 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,14 +30,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: cgram.y,v 1.1.1.1 1995/07/03 20:56:35 cgd Exp $ */ -%{ - #ifndef lint -static char rcsid[] = "$Id: cgram.y,v 1.1.1.1 1995/07/03 20:56:35 cgd Exp $"; +static char rcsid[] = "$NetBSD: cgram.y,v 1.2 1995/07/03 21:23:55 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 46728149e7d8..96791811db67 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -1,3 +1,5 @@ +/* $NetBSD: decl.c,v 1.2 1995/07/03 21:23:58 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: decl.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: decl.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $"; +static char rcsid[] = "$NetBSD: decl.c,v 1.2 1995/07/03 21:23:58 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index 7ec23e23a41f..f98f5404cfda 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -1,3 +1,5 @@ +/* $NetBSD: emit.c,v 1.2 1995/07/03 21:24:00 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: emit.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: emit.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $"; +static char rcsid[] = "$NetBSD: emit.c,v 1.2 1995/07/03 21:24:00 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c index 5e34d956b719..ce297234c968 100644 --- a/usr.bin/xlint/lint1/emit1.c +++ b/usr.bin/xlint/lint1/emit1.c @@ -1,3 +1,5 @@ +/* $NetBSD: emit1.c,v 1.2 1995/07/03 21:24:02 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: emit1.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: emit1.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $"; +static char rcsid[] = "$NetBSD: emit1.c,v 1.2 1995/07/03 21:24:02 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c index ac64a0d7e9ee..5aeb867baa99 100644 --- a/usr.bin/xlint/lint1/err.c +++ b/usr.bin/xlint/lint1/err.c @@ -1,3 +1,5 @@ +/* $NetBSD: err.c,v 1.2 1995/07/03 21:24:04 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: err.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: err.c,v 1.1.1.1 1995/07/03 20:56:36 cgd Exp $"; +static char rcsid[] = "$NetBSD: err.c,v 1.2 1995/07/03 21:24:04 cgd Exp $"; #endif /* number of errors found */ diff --git a/usr.bin/xlint/lint1/externs.h b/usr.bin/xlint/lint1/externs.h index bfef01dbd51a..e61f8d065f24 100644 --- a/usr.bin/xlint/lint1/externs.h +++ b/usr.bin/xlint/lint1/externs.h @@ -1,3 +1,5 @@ +/* $NetBSD: externs.h,v 1.2 1995/07/03 21:24:06 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: externs.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ /* diff --git a/usr.bin/xlint/lint1/externs1.h b/usr.bin/xlint/lint1/externs1.h index 74d47c983c91..e35259be25a1 100644 --- a/usr.bin/xlint/lint1/externs1.h +++ b/usr.bin/xlint/lint1/externs1.h @@ -1,3 +1,5 @@ +/* $NetBSD: externs1.h,v 1.2 1995/07/03 21:24:08 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: externs1.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ /* diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c index fd9a07a52b9e..aabe875e4f72 100644 --- a/usr.bin/xlint/lint1/func.c +++ b/usr.bin/xlint/lint1/func.c @@ -1,3 +1,5 @@ +/* $NetBSD: func.c,v 1.2 1995/07/03 21:24:11 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: func.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: func.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: func.c,v 1.2 1995/07/03 21:24:11 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c index e7eaa7894aaf..2f4e0a6b68b2 100644 --- a/usr.bin/xlint/lint1/init.c +++ b/usr.bin/xlint/lint1/init.c @@ -1,3 +1,5 @@ +/* $NetBSD: init.c,v 1.2 1995/07/03 21:24:15 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: init.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: init.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: init.c,v 1.2 1995/07/03 21:24:15 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/lint.h b/usr.bin/xlint/lint1/lint.h index b6e09a6f24e5..cadcd7a3e5ea 100644 --- a/usr.bin/xlint/lint1/lint.h +++ b/usr.bin/xlint/lint1/lint.h @@ -1,3 +1,5 @@ +/* $NetBSD: lint.h,v 1.2 1995/07/03 21:24:18 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: lint.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #include diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h index 9d26d24ba9f3..6f4f4f789ef3 100644 --- a/usr.bin/xlint/lint1/lint1.h +++ b/usr.bin/xlint/lint1/lint1.h @@ -1,3 +1,5 @@ +/* $NetBSD: lint1.h,v 1.2 1995/07/03 21:24:21 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: lint1.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #include "lint.h" diff --git a/usr.bin/xlint/lint1/main1.c b/usr.bin/xlint/lint1/main1.c index 965871a42d99..09c472cfe755 100644 --- a/usr.bin/xlint/lint1/main1.c +++ b/usr.bin/xlint/lint1/main1.c @@ -1,3 +1,5 @@ +/* $NetBSD: main1.c,v 1.2 1995/07/03 21:24:22 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: main1.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: main1.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: main1.c,v 1.2 1995/07/03 21:24:22 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/mem.c b/usr.bin/xlint/lint1/mem.c index a8d6c057f839..71fba06e9bdd 100644 --- a/usr.bin/xlint/lint1/mem.c +++ b/usr.bin/xlint/lint1/mem.c @@ -1,3 +1,5 @@ +/* $NetBSD: mem.c,v 1.2 1995/07/03 21:24:24 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: mem.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: mem.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: mem.c,v 1.2 1995/07/03 21:24:24 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c index ebf7229d511a..df880b133738 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -1,3 +1,5 @@ +/* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: mem1.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: mem1.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/op.h b/usr.bin/xlint/lint1/op.h index cb7891fa89df..11f05a5404e0 100644 --- a/usr.bin/xlint/lint1/op.h +++ b/usr.bin/xlint/lint1/op.h @@ -1,3 +1,5 @@ +/* $NetBSD: op.h,v 1.2 1995/07/03 21:24:27 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: op.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ /* diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index 2a938ebac1f8..b2e5ee1dc790 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,3 +1,5 @@ +/* $NetBSD: param.h,v 1.2 1995/07/03 21:24:29 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: param.h,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ /* diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index b6c5b88089f6..0c2be06d2ef7 100644 --- a/usr.bin/xlint/lint1/scan.l +++ b/usr.bin/xlint/lint1/scan.l @@ -1,4 +1,6 @@ %{ +/* $NetBSD: scan.l,v 1.2 1995/07/03 21:24:31 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -28,12 +30,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: scan.l,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: scan.l,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: scan.l,v 1.2 1995/07/03 21:24:31 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 669314fc41ae..54fccbeb3add 100644 --- a/usr.bin/xlint/lint1/tree.c +++ b/usr.bin/xlint/lint1/tree.c @@ -1,3 +1,5 @@ +/* $NetBSD: tree.c,v 1.2 1995/07/03 21:24:33 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: tree.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: tree.c,v 1.1.1.1 1995/07/03 20:56:37 cgd Exp $"; +static char rcsid[] = "$NetBSD: tree.c,v 1.2 1995/07/03 21:24:33 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index 2a835de44aee..0e7d4052947e 100644 --- a/usr.bin/xlint/lint2/Makefile +++ b/usr.bin/xlint/lint2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c index 62807c6a8008..0aac8529b3c8 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -1,3 +1,5 @@ +/* $NetBSD: chk.c,v 1.2 1995/07/03 21:24:42 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: chk.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: chk.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: chk.c,v 1.2 1995/07/03 21:24:42 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/emit2.c b/usr.bin/xlint/lint2/emit2.c index e29b5e2b3782..82527b517e76 100644 --- a/usr.bin/xlint/lint2/emit2.c +++ b/usr.bin/xlint/lint2/emit2.c @@ -1,3 +1,5 @@ +/* $NetBSD: emit2.c,v 1.2 1995/07/03 21:24:44 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: emit2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: emit2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: emit2.c,v 1.2 1995/07/03 21:24:44 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/externs2.h b/usr.bin/xlint/lint2/externs2.h index a4682294ab53..2e65e53e9e82 100644 --- a/usr.bin/xlint/lint2/externs2.h +++ b/usr.bin/xlint/lint2/externs2.h @@ -1,3 +1,5 @@ +/* $NetBSD: externs2.h,v 1.2 1995/07/03 21:24:46 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: externs2.h,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ /* diff --git a/usr.bin/xlint/lint2/hash.c b/usr.bin/xlint/lint2/hash.c index 8d0a77527563..79018025c95b 100644 --- a/usr.bin/xlint/lint2/hash.c +++ b/usr.bin/xlint/lint2/hash.c @@ -1,3 +1,5 @@ +/* $NetBSD: hash.c,v 1.2 1995/07/03 21:24:47 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: hash.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: hash.c,v 1.2 1995/07/03 21:24:47 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/lint2.h b/usr.bin/xlint/lint2/lint2.h index b3e38cdb9391..0ade11046816 100644 --- a/usr.bin/xlint/lint2/lint2.h +++ b/usr.bin/xlint/lint2/lint2.h @@ -1,3 +1,5 @@ +/* $NetBSD: lint2.h,v 1.2 1995/07/03 21:24:49 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: lint2.h,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #include "lint.h" diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c index 501956ee2424..171344ac399d 100644 --- a/usr.bin/xlint/lint2/main2.c +++ b/usr.bin/xlint/lint2/main2.c @@ -1,3 +1,5 @@ +/* $NetBSD: main2.c,v 1.2 1995/07/03 21:24:53 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: main2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: main2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: main2.c,v 1.2 1995/07/03 21:24:53 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/mem2.c b/usr.bin/xlint/lint2/mem2.c index bb396ec8dfa3..52673af3003f 100644 --- a/usr.bin/xlint/lint2/mem2.c +++ b/usr.bin/xlint/lint2/mem2.c @@ -1,3 +1,5 @@ +/* $NetBSD: mem2.c,v 1.2 1995/07/03 21:24:54 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: mem2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: mem2.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: mem2.c,v 1.2 1995/07/03 21:24:54 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/msg.c b/usr.bin/xlint/lint2/msg.c index c6cbd53b128e..c55ba96d5d4b 100644 --- a/usr.bin/xlint/lint2/msg.c +++ b/usr.bin/xlint/lint2/msg.c @@ -1,3 +1,5 @@ +/* $NetBSD: msg.c,v 1.2 1995/07/03 21:24:56 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: msg.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: msg.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: msg.c,v 1.2 1995/07/03 21:24:56 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c index 38d70172e947..daffe1e4d4e3 100644 --- a/usr.bin/xlint/lint2/read.c +++ b/usr.bin/xlint/lint2/read.c @@ -1,3 +1,5 @@ +/* $NetBSD: read.c,v 1.2 1995/07/03 21:24:59 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: read.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: read.c,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $"; +static char rcsid[] = "$NetBSD: read.c,v 1.2 1995/07/03 21:24:59 cgd Exp $"; #endif #include diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index f7ea6964a1f3..2e24c3102d4a 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $ LIBS= llib-lposix.ln llib-lstdc.ln diff --git a/usr.bin/xlint/llib/llib-lposix b/usr.bin/xlint/llib/llib-lposix index c2eaaad9c100..db1b3cfe42b8 100644 --- a/usr.bin/xlint/llib/llib-lposix +++ b/usr.bin/xlint/llib/llib-lposix @@ -1,3 +1,5 @@ +/* $NetBSD: llib-lposix,v 1.2 1995/07/03 21:25:09 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: llib-lposix,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ */ /* LINTLIBRARY */ diff --git a/usr.bin/xlint/llib/llib-lstdc b/usr.bin/xlint/llib/llib-lstdc index c4a603522db5..0b03b21a60bc 100644 --- a/usr.bin/xlint/llib/llib-lstdc +++ b/usr.bin/xlint/llib/llib-lstdc @@ -1,3 +1,5 @@ +/* $NetBSD: llib-lstdc,v 1.2 1995/07/03 21:25:11 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: llib-lstdc,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ */ /* LINTLIBRARY */ diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index cf1e7a7f1b8f..41c833ca15d7 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 987a93b07262..a1f6589018b0 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,3 +1,4 @@ +.\" $NetBSD: lint.1,v 1.2 1995/07/03 21:25:17 cgd Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl .\" All Rights Reserved. @@ -28,9 +29,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lint.1,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ -.\" - .Dd August 28, 1994 .Dt LINT 1 .Os NetBSD diff --git a/usr.bin/xlint/xlint/pathnames.h b/usr.bin/xlint/xlint/pathnames.h index 49814dd560f8..d03845d1e4fc 100644 --- a/usr.bin/xlint/xlint/pathnames.h +++ b/usr.bin/xlint/xlint/pathnames.h @@ -1,3 +1,5 @@ +/* $NetBSD: pathnames.h,v 1.2 1995/07/03 21:25:20 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,8 +29,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: pathnames.h,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ */ /* directory where lint1 and lint2 reside */ diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index ec6a067718c8..37645ee8f62e 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -1,3 +1,5 @@ +/* $NetBSD: xlint.c,v 1.2 1995/07/03 21:25:23 cgd Exp $ */ + /* * Copyright (c) 1994, 1995 Jochen Pohl * All Rights Reserved. @@ -27,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: xlint.c,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$Id: xlint.c,v 1.1.1.1 1995/07/03 20:56:39 cgd Exp $"; +static char rcsid[] = "$NetBSD: xlint.c,v 1.2 1995/07/03 21:25:23 cgd Exp $"; #endif #include