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

Collapse All | Expand All

(-)openbsd-compat/port-linux.h (+5 lines)
Lines 32-35 Link Here
32
void oom_adjust_setup(void);
32
void oom_adjust_setup(void);
33
#endif
33
#endif
34
34
35
#ifdef MAXHOSTNAMELEN
36
# undef MAXHOSTNAMELEN
37
#endif
38
#define MAXHOSTNAMELEN 65
39
35
#endif /* ! _PORT_LINUX_H */
40
#endif /* ! _PORT_LINUX_H */

Return to bug 2239