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-top.c | |
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-top.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/m3gdb/files/patch-top.c b/lang/m3gdb/files/patch-top.c new file mode 100644 index 000000000000..bc35c1679589 --- /dev/null +++ b/lang/m3gdb/files/patch-top.c @@ -0,0 +1,10 @@ +--- top.c.orig Sat Sep 18 11:05:40 2004 ++++ top.c Sat Sep 18 11:06:55 2004 +@@ -1503,7 +1503,6 @@ + char *word; + { + /* From readline. */ +- extern char *filename_completion_function PARAMS ((char *, int)); + int subsequent_name; + char **return_val; + int return_val_used; |