diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 14:48:25 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 14:48:25 +0000 |
commit | 515c2b163f058206d5ee7da81a7fc8a028b6017f (patch) | |
tree | 1789b12ad94853c029901ac8bac2346658ea23ae /palm/prc-tools/files | |
parent | 7ac42732bb103ec1c0fc8d267a7c77d28d6f9a72 (diff) | |
download | ports-515c2b163f058206d5ee7da81a7fc8a028b6017f.tar.gz ports-515c2b163f058206d5ee7da81a7fc8a028b6017f.zip |
Notes
Diffstat (limited to 'palm/prc-tools/files')
-rw-r--r-- | palm/prc-tools/files/patch-gcc:strerror.c | 11 | ||||
-rw-r--r-- | palm/prc-tools/files/patch-gcc:strsignal.c | 11 | ||||
-rw-r--r-- | palm/prc-tools/files/patch-gdb:strerror.c | 11 | ||||
-rw-r--r-- | palm/prc-tools/files/patch-gdb:strsignal.c | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/palm/prc-tools/files/patch-gcc:strerror.c b/palm/prc-tools/files/patch-gcc:strerror.c new file mode 100644 index 000000000000..e00130466ece --- /dev/null +++ b/palm/prc-tools/files/patch-gcc:strerror.c @@ -0,0 +1,11 @@ +--- ../gcc-2.95.3/libiberty/strerror.c- Mon May 5 11:38:25 2003 ++++ ../gcc-2.95.3/libiberty/strerror.c Mon May 5 11:38:48 2003 +@@ -462,8 +462,6 @@ + + #else + +-extern int sys_nerr; +-extern char *sys_errlist[]; + + #endif + diff --git a/palm/prc-tools/files/patch-gcc:strsignal.c b/palm/prc-tools/files/patch-gcc:strsignal.c new file mode 100644 index 000000000000..eabfc1bbcfdf --- /dev/null +++ b/palm/prc-tools/files/patch-gcc:strsignal.c @@ -0,0 +1,11 @@ +--- ../gcc-2.95.3/libiberty/strsignal.c~ Fri May 15 23:42:42 1998 ++++ ../gcc-2.95.3/libiberty/strsignal.c Mon May 5 14:16:36 2003 +@@ -244,7 +244,7 @@ + #else + + #ifdef NSIG +-static int sys_nsig = NSIG; ++static const int sys_nsig = NSIG; + #else + #ifdef _NSIG + static int sys_nsig = _NSIG; diff --git a/palm/prc-tools/files/patch-gdb:strerror.c b/palm/prc-tools/files/patch-gdb:strerror.c new file mode 100644 index 000000000000..cd73e63fbef4 --- /dev/null +++ b/palm/prc-tools/files/patch-gdb:strerror.c @@ -0,0 +1,11 @@ +--- ../gdb-5.0/libiberty/strerror.c.orig Mon May 3 07:28:54 1999 ++++ ../gdb-5.0/libiberty/strerror.c Mon May 5 14:27:09 2003 +@@ -462,8 +462,6 @@ + + #else + +-extern int sys_nerr; +-extern char *sys_errlist[]; + + #endif + diff --git a/palm/prc-tools/files/patch-gdb:strsignal.c b/palm/prc-tools/files/patch-gdb:strsignal.c new file mode 100644 index 000000000000..f931ebccfecd --- /dev/null +++ b/palm/prc-tools/files/patch-gdb:strsignal.c @@ -0,0 +1,11 @@ +--- ../gdb-5.0/libiberty/strsignal.c.orig Mon May 3 07:28:54 1999 ++++ ../gdb-5.0/libiberty/strsignal.c Mon May 5 14:27:35 2003 +@@ -244,7 +244,7 @@ + #else + + #ifdef NSIG +-static int sys_nsig = NSIG; ++static const int sys_nsig = NSIG; + #else + #ifdef _NSIG + static int sys_nsig = _NSIG; |