From: Guillem Jover Date: Fri, 17 Jul 2009 11:34:30 +0000 (+0200) Subject: Add more dummy id macros X-Git-Tag: 0.1.5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ef0ecdf4431b84d9419d89f9460a38a24be19d7;p=thirdparty%2Flibbsd.git Add more dummy id macros --- diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index 0ed7be9..8736e8c 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -69,4 +69,20 @@ # define __FBSDID(x) #endif +#ifndef __RCSID +# define __RCSID(x) +#endif + +#ifndef __RCSID_SOURCE +# define __RCSID_SOURCE +#endif + +#ifndef __SCCSID +# define __SCCSID +#endif + +#ifndef __COPYRIGHT +# define __COPYRIGHT +#endif + #endif