Bugzilla – Attachment 1401 Details for
Bug 1407
A patch for forcing openbsd-compat implementation of glob(3) on Mac OS X
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Forces the openbsd-compat implementation of glob(3).
DVG+AJ-5370108_fix_globbing_in_Leopard_sftp.patch (text/plain), 1.08 KB, created by
Disco Vince Giffin
on 2007-12-21 13:24:05 AEDT
(
hide
)
Description:
Forces the openbsd-compat implementation of glob(3).
Filename:
MIME Type:
Creator:
Disco Vince Giffin
Created:
2007-12-21 13:24:05 AEDT
Size:
1.08 KB
patch
obsolete
>diff -ru ../openssh-4.5p1.orig/openbsd-compat/glob.c ./openbsd-compat/glob.c >--- ../openssh-4.5p1.orig/openbsd-compat/glob.c 2006-09-01 03:29:11.000000000 -0700 >+++ ./openbsd-compat/glob.c 2007-08-02 22:40:35.000000000 -0700 >@@ -48,7 +48,8 @@ > > #if !defined(HAVE_GLOB) || !defined(GLOB_HAS_ALTDIRFUNC) || \ > !defined(GLOB_HAS_GL_MATCHC) || \ >- !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 >+ !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \ >+ defined(__APPLE__) > > static long > get_arg_max(void) >diff -ru ../openssh-4.5p1.orig/openbsd-compat/glob.h ./openbsd-compat/glob.h >--- ../openssh-4.5p1.orig/openbsd-compat/glob.h 2006-09-01 03:29:11.000000000 -0700 >+++ ./openbsd-compat/glob.h 2007-08-02 22:40:28.000000000 -0700 >@@ -39,7 +39,8 @@ > > #if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \ > !defined(GLOB_HAS_GL_MATCHC) || \ >- !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 >+ !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \ >+ defined(__APPLE__) > > #ifndef _GLOB_H_ > #define _GLOB_H_
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1407
:
1401
|
1421