summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-05-23 23:06:41 +0000
committerjoerg <joerg@NetBSD.org>2011-05-23 23:06:41 +0000
commit442dc26bedaa4eead45edc2aa31a66f743544aff (patch)
treea587f1830b65a22cbcc5eb11696f94979a9f4a10 /dab
parenta57fd9061605433bb6be2b89dcd189055d718a33 (diff)
downloadbsdgames-darwin-442dc26bedaa4eead45edc2aa31a66f743544aff.tar.gz
bsdgames-darwin-442dc26bedaa4eead45edc2aa31a66f743544aff.tar.zst
bsdgames-darwin-442dc26bedaa4eead45edc2aa31a66f743544aff.zip
Map RCSID to __RCSID
Diffstat (limited to 'dab')
-rw-r--r--dab/defs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/dab/defs.h b/dab/defs.h
index 2f4619e7..23ebbe53 100644
--- a/dab/defs.h
+++ b/dab/defs.h
@@ -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