diff options
author | Mark Peek <mp@FreeBSD.org> | 2002-10-13 21:23:25 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2002-10-13 21:23:25 +0000 |
commit | 58ad1bbd0f574a2c9b0dbcfa55e72d046614872d (patch) | |
tree | 65f83fc3399404503386e4bd45d2e27c54bd2e73 /devel/gdb66 | |
parent | 838ce26f5fda580254c3b64f81e5d676a688d714 (diff) | |
download | ports-58ad1bbd0f574a2c9b0dbcfa55e72d046614872d.tar.gz ports-58ad1bbd0f574a2c9b0dbcfa55e72d046614872d.zip |
Notes
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/files/patch-defs.h | 20 | ||||
-rw-r--r-- | devel/gdb66/files/patch-gdb_defs.h | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/devel/gdb66/files/patch-defs.h b/devel/gdb66/files/patch-defs.h new file mode 100644 index 000000000000..be60dcfc7217 --- /dev/null +++ b/devel/gdb66/files/patch-defs.h @@ -0,0 +1,20 @@ +--- gdb/defs.h Thu Aug 1 10:18:32 2002 ++++ gdb/defs.h Sun Oct 13 10:44:10 2002 +@@ -39,8 +39,6 @@ + #include <unistd.h> + #endif + +-#include "gdb_locale.h" +- + /* For ``enum target_signal''. */ + #include "gdb/signals.h" + +@@ -57,6 +55,8 @@ + here and in all subsequent file inclusions. */ + + #include "ansidecl.h" ++ ++#include "gdb_locale.h" + + #include <stdarg.h> /* for va_list */ + diff --git a/devel/gdb66/files/patch-gdb_defs.h b/devel/gdb66/files/patch-gdb_defs.h new file mode 100644 index 000000000000..be60dcfc7217 --- /dev/null +++ b/devel/gdb66/files/patch-gdb_defs.h @@ -0,0 +1,20 @@ +--- gdb/defs.h Thu Aug 1 10:18:32 2002 ++++ gdb/defs.h Sun Oct 13 10:44:10 2002 +@@ -39,8 +39,6 @@ + #include <unistd.h> + #endif + +-#include "gdb_locale.h" +- + /* For ``enum target_signal''. */ + #include "gdb/signals.h" + +@@ -57,6 +55,8 @@ + here and in all subsequent file inclusions. */ + + #include "ansidecl.h" ++ ++#include "gdb_locale.h" + + #include <stdarg.h> /* for va_list */ + |