Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove a redundant definition of __KERNEL_RCSID() th...
details: https://anonhg.NetBSD.org/src/rev/60a688af785a
branches: trunk
changeset: 518797:60a688af785a
user: atatat <atatat%NetBSD.org@localhost>
date: Wed Dec 05 21:06:51 2001 +0000
description:
Remove a redundant definition of __KERNEL_RCSID() that was redundantly
defined.
diffstat:
sys/sys/cdefs_aout.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 915104d8737e -r 60a688af785a sys/sys/cdefs_aout.h
--- a/sys/sys/cdefs_aout.h Wed Dec 05 20:58:04 2001 +0000
+++ b/sys/sys/cdefs_aout.h Wed Dec 05 21:06:51 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs_aout.h,v 1.7 2001/12/04 16:44:55 christos Exp $ */
+/* $NetBSD: cdefs_aout.h,v 1.8 2001/12/05 21:06:51 atatat Exp $ */
/*
* Written by J.T. Conklin <jtc%wimsey.com@localhost> 01/17/95.
@@ -49,7 +49,6 @@
__asm__(".data ; .asciz \"" _s "\" ; .text")
#undef __KERNEL_RCSID
-#define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s)
#define __RCSID(_s) __IDSTRING(rcsid,_s)
#define __SCCSID(_s)
Home |
Main Index |
Thread Index |
Old Index