summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-30 19:04:24 +0000
committerfredb <fredb@pkgsrc.org>2000-09-30 19:04:24 +0000
commitb24ade536b9174459141e9c5f660163ef878c5a9 (patch)
tree7406ea56ae6cef5f81e97ad255062b852fa4a3fc /cross/COMMON
parentaa67136ab002a5e7804adc62693ee0dff35d7579 (diff)
downloadpkgsrc-b24ade536b9174459141e9c5f660163ef878c5a9.tar.gz
Move this into .../COMMON/patches-egcs/, where it belongs.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/patches-egcs/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/COMMON/patches-egcs/patch-aj b/cross/COMMON/patches-egcs/patch-aj
new file mode 100644
index 00000000000..8beebb39de4
--- /dev/null
+++ b/cross/COMMON/patches-egcs/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2000/09/30 19:04:24 fredb Exp $
+
+--- gcc/cpphash.c.orig Thu Jun 1 01:38:11 2000
++++ gcc/cpphash.c Thu Jun 1 01:54:57 2000
+@@ -88,7 +88,7 @@
+ /* Lookups pass no hashcode. #define passes one. Look for no hashcode. */
+ if (islookup && !strncmp(name, "unix", len) && !warned_unix) {
+ warned_unix++;
+- warning("deprecated symbol \"unix\" is no longer predefined");
++ cpp_warning(pfile, "deprecated symbol \"unix\" is no longer predefined");
+ }
+ return (HASHNODE *) 0;
+ }