diff options
Diffstat (limited to 'devel/gdb66/files/patch-config_alpha_nm-fbsd.h')
-rw-r--r-- | devel/gdb66/files/patch-config_alpha_nm-fbsd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gdb66/files/patch-config_alpha_nm-fbsd.h b/devel/gdb66/files/patch-config_alpha_nm-fbsd.h new file mode 100644 index 000000000000..d364e03cd2ec --- /dev/null +++ b/devel/gdb66/files/patch-config_alpha_nm-fbsd.h @@ -0,0 +1,11 @@ +--- gdb/config/alpha/nm-fbsd.h Tue Mar 6 00:21:21 2001 ++++ gdb/config/alpha/nm-fbsd.h Sun Oct 13 12:23:51 2002 +@@ -22,6 +22,8 @@ + #ifndef NM_FBSD_H + #define NM_FBSD_H + ++#include "config/nm-fbsd.h" ++ + /* Type of the third argument to the `ptrace' system call. */ + #define PTRACE_ARG3_TYPE caddr_t + |