diff options
author | fredb <fredb> | 2000-09-30 19:04:24 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-30 19:04:24 +0000 |
commit | d6fc29e9c9f8bf78e45495ad30268e933673e907 (patch) | |
tree | 7406ea56ae6cef5f81e97ad255062b852fa4a3fc /cross/COMMON | |
parent | afe187a01f1e72f1eb9ec835bebb988b794c6fb1 (diff) | |
download | pkgsrc-d6fc29e9c9f8bf78e45495ad30268e933673e907.tar.gz |
Move this into .../COMMON/patches-egcs/, where it belongs.
Diffstat (limited to 'cross/COMMON')
-rw-r--r-- | cross/COMMON/patches-egcs/patch-aj | 13 |
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; + } |