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

Collapse All | Expand All

(-)squid-3.0.STABLE15/src/tools.cc.old (-2 / +2 lines)
Lines 44-52 Link Here
44
#if HAVE_SYS_CAPABILITY_H
44
#if HAVE_SYS_CAPABILITY_H
45
#undef _POSIX_SOURCE
45
#undef _POSIX_SOURCE
46
/* Ugly glue to get around linux header madness colliding with glibc */
46
/* Ugly glue to get around linux header madness colliding with glibc */
47
#define _LINUX_TYPES_H
47
// #define _LINUX_TYPES_H
48
#define _LINUX_FS_H
48
#define _LINUX_FS_H
49
typedef uint32_t __u32;
49
// typedef uint32_t __u32;
50
#include <sys/capability.h>
50
#include <sys/capability.h>
51
#endif
51
#endif
52
#endif
52
#endif

Return to bug 270450