Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/hexdump More tests if __RCSID is defined.
details: https://anonhg.NetBSD.org/src/rev/9d84b7f1f085
branches: trunk
changeset: 544134:9d84b7f1f085
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Mar 12 18:26:32 2003 +0000
description:
More tests if __RCSID is defined.
diffstat:
usr.bin/hexdump/conv.c | 6 +++---
usr.bin/hexdump/odsyntax.c | 6 +++---
usr.bin/hexdump/parse.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (69 lines):
diff -r cfc2dd68e4e5 -r 9d84b7f1f085 usr.bin/hexdump/conv.c
--- a/usr.bin/hexdump/conv.c Wed Mar 12 17:35:57 2003 +0000
+++ b/usr.bin/hexdump/conv.c Wed Mar 12 18:26:32 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conv.c,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */
+/* $NetBSD: conv.c,v 1.8 2003/03/12 18:26:32 augustss Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
-#ifndef lint
+#if defined(__RCSID) && !defined(lint)
#if 0
static char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: conv.c,v 1.7 2001/12/07 15:14:29 bjh21 Exp $");
+__RCSID("$NetBSD: conv.c,v 1.8 2003/03/12 18:26:32 augustss Exp $");
#endif
#endif /* not lint */
diff -r cfc2dd68e4e5 -r 9d84b7f1f085 usr.bin/hexdump/odsyntax.c
--- a/usr.bin/hexdump/odsyntax.c Wed Mar 12 17:35:57 2003 +0000
+++ b/usr.bin/hexdump/odsyntax.c Wed Mar 12 18:26:32 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: odsyntax.c,v 1.16 2002/03/30 13:29:27 bjh21 Exp $ */
+/* $NetBSD: odsyntax.c,v 1.17 2003/03/12 18:26:32 augustss Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
-#ifndef lint
+#if defined(__RCSID) && !defined(lint)
#if 0
static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: odsyntax.c,v 1.16 2002/03/30 13:29:27 bjh21 Exp $");
+__RCSID("$NetBSD: odsyntax.c,v 1.17 2003/03/12 18:26:32 augustss Exp $");
#endif
#endif /* not lint */
diff -r cfc2dd68e4e5 -r 9d84b7f1f085 usr.bin/hexdump/parse.c
--- a/usr.bin/hexdump/parse.c Wed Mar 12 17:35:57 2003 +0000
+++ b/usr.bin/hexdump/parse.c Wed Mar 12 18:26:32 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.13 2002/06/11 06:06:18 itojun Exp $ */
+/* $NetBSD: parse.c,v 1.14 2003/03/12 18:26:32 augustss Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
-#ifndef lint
+#if defined(__RCSID) && !defined(lint)
#if 0
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: parse.c,v 1.13 2002/06/11 06:06:18 itojun Exp $");
+__RCSID("$NetBSD: parse.c,v 1.14 2003/03/12 18:26:32 augustss Exp $");
#endif
#endif /* not lint */
Home |
Main Index |
Thread Index |
Old Index