Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/hexdump Two more __RCSID checks that I missed.
details: https://anonhg.NetBSD.org/src/rev/79cfca0050c1
branches: trunk
changeset: 544135:79cfca0050c1
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Mar 12 18:32:51 2003 +0000
description:
Two more __RCSID checks that I missed.
diffstat:
usr.bin/hexdump/display.c | 6 +++---
usr.bin/hexdump/hexsyntax.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r 9d84b7f1f085 -r 79cfca0050c1 usr.bin/hexdump/display.c
--- a/usr.bin/hexdump/display.c Wed Mar 12 18:26:32 2003 +0000
+++ b/usr.bin/hexdump/display.c Wed Mar 12 18:32:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: display.c,v 1.12 2001/12/07 15:14:29 bjh21 Exp $ */
+/* $NetBSD: display.c,v 1.13 2003/03/12 18:32:51 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[] = "@(#)display.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: display.c,v 1.12 2001/12/07 15:14:29 bjh21 Exp $");
+__RCSID("$NetBSD: display.c,v 1.13 2003/03/12 18:32:51 augustss Exp $");
#endif
#endif /* not lint */
diff -r 9d84b7f1f085 -r 79cfca0050c1 usr.bin/hexdump/hexsyntax.c
--- a/usr.bin/hexdump/hexsyntax.c Wed Mar 12 18:26:32 2003 +0000
+++ b/usr.bin/hexdump/hexsyntax.c Wed Mar 12 18:32:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $ */
+/* $NetBSD: hexsyntax.c,v 1.9 2003/03/12 18:32:51 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[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $");
+__RCSID("$NetBSD: hexsyntax.c,v 1.9 2003/03/12 18:32:51 augustss Exp $");
#endif
#endif /* not lint */
Home |
Main Index |
Thread Index |
Old Index