View | Details | Raw Unified | Return to bug 1407 | Differences between
and this patch

Collapse All | Expand All

(-)../openssh-4.5p1.orig/openbsd-compat/glob.c (-1 / +2 lines)
Lines 48-54 Link Here
48
48
49
#if !defined(HAVE_GLOB) || !defined(GLOB_HAS_ALTDIRFUNC) || \
49
#if !defined(HAVE_GLOB) || !defined(GLOB_HAS_ALTDIRFUNC) || \
50
    !defined(GLOB_HAS_GL_MATCHC) || \
50
    !defined(GLOB_HAS_GL_MATCHC) || \
51
    !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0
51
    !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \
52
    defined(__APPLE__)
52
53
53
static long
54
static long
54
get_arg_max(void)
55
get_arg_max(void)
(-)../openssh-4.5p1.orig/openbsd-compat/glob.h (-1 / +2 lines)
Lines 39-45 Link Here
39
39
40
#if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \
40
#if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \
41
    !defined(GLOB_HAS_GL_MATCHC) || \
41
    !defined(GLOB_HAS_GL_MATCHC) || \
42
    !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0
42
    !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \
43
    defined(__APPLE__)
43
44
44
#ifndef _GLOB_H_
45
#ifndef _GLOB_H_
45
#define	_GLOB_H_
46
#define	_GLOB_H_

Return to bug 1407