diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-21 03:39:32 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-21 03:39:32 +0000 |
commit | b3c1bcc0d656c2fbb479579cb84f2efa388e4e31 (patch) | |
tree | 41654cc3fd65c3369fe5e654ed3aa0654aa185e5 /x11/gmrun/files/patch-src::gtkcompletionline.cc | |
parent | - support large files (diff) |
Make buildable on -CURRENT.
Approved by: maintainer
Diffstat (limited to '')
-rw-r--r-- | x11/gmrun/files/patch-src::gtkcompletionline.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gmrun/files/patch-src::gtkcompletionline.cc b/x11/gmrun/files/patch-src::gtkcompletionline.cc new file mode 100644 index 000000000000..aca565accc3c --- /dev/null +++ b/x11/gmrun/files/patch-src::gtkcompletionline.cc @@ -0,0 +1,11 @@ +--- src/gtkcompletionline.cc Thu Dec 18 14:47:42 2003 ++++ src/gtkcompletionline.cc.orig Thu Dec 18 14:50:30 2003 +@@ -348,7 +348,7 @@ + } + + static int +-select_executables_only(const struct dirent* dent) ++select_executables_only(struct dirent* dent) + { + int len = strlen(dent->d_name); + int lenp = prefix.length(); |