[PATCH] =?utf-8?q?unbreak=20code=20actually=20using=20=E3=80=8C=5F=5FSCCSID("foo"); =E3=80=8D?=

Thorsten Glaser tg at mirbsd.org
Thu Dec 10 09:02:53 PST 2009


Signed-off-by: Thorsten Glaser <tg at mirbsd.org>
---
 include/bsd/cdefs.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h
index 40ba80d..f2fc609 100644
--- a/include/bsd/cdefs.h
+++ b/include/bsd/cdefs.h
@@ -79,15 +79,15 @@
 #endif
 
 #ifndef __RCSID_SOURCE
-# define __RCSID_SOURCE
+# define __RCSID_SOURCE(x)
 #endif
 
 #ifndef __SCCSID
-# define __SCCSID
+# define __SCCSID(x)
 #endif
 
 #ifndef __COPYRIGHT
-# define __COPYRIGHT
+# define __COPYRIGHT(x)
 #endif
 
 #endif
-- 
1.5.4.3



More information about the libbsd mailing list