Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226513
Collapse All | Expand All

(-)netkit-ftp-0.17/ftp/glob.c (+8 lines)
Lines 50-59 Link Here
50
#include <stdio.h>
50
#include <stdio.h>
51
#include <stdlib.h>
51
#include <stdlib.h>
52
#include <string.h>
52
#include <string.h>
53
#include <unistd.h>
53
54
54
#include "ftp_var.h"  /* for protos only */
55
#include "ftp_var.h"  /* for protos only */
55
#include "glob.h"
56
#include "glob.h"
56
57
58
#if defined(_SC_ARG_MAX)
59
# if defined(ARG_MAX)
60
#    undef ARG_MAX
61
# endif
62
# define ARG_MAX sysconf (_SC_ARG_MAX)
63
#endif
64
57
#define	QUOTE 0200
65
#define	QUOTE 0200
58
#define	TRIM 0177
66
#define	TRIM 0177
59
#define	eq(a,b)		(strcmp(a, b)==0)
67
#define	eq(a,b)		(strcmp(a, b)==0)

Return to bug 226513