diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 17:18:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 17:18:56 +0000 |
commit | f716e70227616a603fc957ce18f982e50ac26a15 (patch) | |
tree | ec32d14e921110cf0c00e9690a4bd49fa929dec1 /lang/m3gdb/files/patch-defs.h | |
parent | Add one more patch file to adjust an Alpha architecture specific (diff) |
- unbreak this port on 5.x
- utilize PORTNAME and PORTVERSION
PR: 71839
Submitted by: leeym
Approved by: portmgr (marcus), jdp (maintainer)
Notes
Notes:
svn path=/head/; revision=118312
Diffstat (limited to '')
-rw-r--r-- | lang/m3gdb/files/patch-defs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/m3gdb/files/patch-defs.h b/lang/m3gdb/files/patch-defs.h new file mode 100644 index 000000000000..c27e6c042872 --- /dev/null +++ b/lang/m3gdb/files/patch-defs.h @@ -0,0 +1,13 @@ +--- defs.h.orig Sat Sep 18 11:08:32 2004 ++++ defs.h Sat Sep 18 11:08:47 2004 +@@ -420,10 +420,6 @@ + + extern int read_relative_register_raw_bytes PARAMS ((int, char *)); + +-/* From readline (but not in any readline .h files). */ +- +-extern char *tilde_expand PARAMS ((char *)); +- + /* Control types for commands */ + + enum misc_command_type |