Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/dab Map RCSID to __RCSID



details:   https://anonhg.NetBSD.org/src/rev/27cbfb818787
branches:  trunk
changeset: 765291:27cbfb818787
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon May 23 23:06:41 2011 +0000

description:
Map RCSID to __RCSID

diffstat:

 games/dab/defs.h |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r d572597be6bc -r 27cbfb818787 games/dab/defs.h
--- a/games/dab/defs.h  Mon May 23 23:03:38 2011 +0000
+++ b/games/dab/defs.h  Mon May 23 23:06:41 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.2 2008/04/28 20:22:53 martin Exp $  */
+/*     $NetBSD: defs.h,v 1.3 2011/05/23 23:06:41 joerg Exp $   */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -36,9 +36,8 @@
 #ifndef _H_DEFS
 #define _H_DEFS
 
-#include <stdlib.h>
+#include <sys/cdefs.h>
 
-#define RCSID(id) \
-    static const char *rcsid(const char* x) { return x ? rcsid(id) : x; }
+#define RCSID(id) __RCSID(id);
 
 #endif



Home | Main Index | Thread Index | Old Index