Commit 27842d7f773557031790f9479a417ba7c2110e96

Thorsten Glaser 2009-12-10T21:00:45

Track bug IDs for __unused collision Signed-off-by: Thorsten Glaser <tg@mirbsd.org>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/bsd/sys/cdefs.h b/include/bsd/sys/cdefs.h
index d6884ad..6afd8d3 100644
--- a/include/bsd/sys/cdefs.h
+++ b/include/bsd/sys/cdefs.h
@@ -42,6 +42,7 @@
 #endif
 
 /* Linux headers define a struct with a member names __unused.
+ * Debian bugs: #522773 (linux), #522774 (libc).
  * Disable for now. */
 #if 0
 #ifndef __unused