Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 227315 | Differences between
and this patch

Collapse All | Expand All

(-)src/new_proj.c.orig (+7 lines)
Lines 41-46 Link Here
41
#include <pwd.h>
41
#include <pwd.h>
42
#endif
42
#endif
43
43
44
#if defined(_SC_ARG_MAX)
45
# if defined(ARG_MAX)
46
#    undef ARG_MAX
47
# endif
48
# define ARG_MAX sysconf (_SC_ARG_MAX)
49
#endif
50
44
/* Bit mask values for arguments. */
51
/* Bit mask values for arguments. */
45
#define FORCE 0x1		/* Overwrite existing file. */
52
#define FORCE 0x1		/* Overwrite existing file. */
46
#define USE_GLOBAL 0x2		/* Ignore local templates. */
53
#define USE_GLOBAL 0x2		/* Ignore local templates. */

Return to bug 227315