[Glibc-bsd-commits] r4026 - trunk/freebsd-buildutils/debian/local/include/sys

Robert Millan rmh at alioth.debian.org
Sat Jan 28 22:04:37 UTC 2012


Author: rmh
Date: 2012-01-28 22:04:37 +0000 (Sat, 28 Jan 2012)
New Revision: 4026

Modified:
   trunk/freebsd-buildutils/debian/local/include/sys/cdefs.h
Log:
Fix mistake from last commit

Modified: trunk/freebsd-buildutils/debian/local/include/sys/cdefs.h
===================================================================
--- trunk/freebsd-buildutils/debian/local/include/sys/cdefs.h	2012-01-28 21:57:23 UTC (rev 4025)
+++ trunk/freebsd-buildutils/debian/local/include/sys/cdefs.h	2012-01-28 22:04:37 UTC (rev 4026)
@@ -43,22 +43,8 @@
 #define __printflike(fmtarg, firstvararg) \
 	__attribute__((__format__ (__printf__, fmtarg, firstvararg)))
 
-#ifndef __FBSDID
-#if !defined(lint) && !defined(STRIP_FBSDID)
-#define __FBSDID(s)     __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
-#else
-#define __FBSDID(s)     struct __hack
-#endif
-#endif
-
-#ifndef __RCSID
-#ifndef NO__RCSID
-#define __RCSID(s)      __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
-#else
-#define __RCSID(s)      struct __hack
-#endif
-#endif
-
+#define __FBSDID(s)		struct __hack
+#define __RCSID(s)		struct __hack
 #define __RCSID_SOURCE(s)	struct __hack
 #define __SCCSID(s)		struct __hack
 #define __COPYRIGHT(s)		struct __hack




More information about the Glibc-bsd-commits mailing list