summaryrefslogtreecommitdiff
path: root/cad/pcb-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb-current/patches/patch-aa')
-rw-r--r--cad/pcb-current/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/pcb-current/patches/patch-aa b/cad/pcb-current/patches/patch-aa
deleted file mode 100644
index e6f83cd0e54..00000000000
--- a/cad/pcb-current/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/12/07 22:53:48 dmcmahill Exp $
-
---- src/global.h.orig Mon Aug 30 02:52:04 2004
-+++ src/global.h
-@@ -679,6 +679,8 @@ typedef struct
-
- #if GCC_VERSION > 2007
- #define ATTRIBUTE_UNUSED __attribute__((unused))
-+#else
-+#define ATTRIBUTE_UNUSED
- #endif
-
- #define RCSID(x) static char *rcsid ATTRIBUTE_UNUSED = x