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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LDLIBS	=
17
LDLIBS	=
18
18
19
CFLAGS	= -Wall -pedantic $(OPT) -D$(DB)
19
CFLAGS	= -Wall $(OPT) -D$(DB)
20
LDFLAGS	=
20
LDFLAGS	=
21
21
22
OBJS	=\
22
OBJS	=\
(-)main_u.c (-2 lines)
Lines 29-37 Link Here
29
#include <fcntl.h>
29
#include <fcntl.h>
30
#include <io.h>
30
#include <io.h>
31
#endif /* __dos */
31
#endif /* __dos */
32
#if defined(__STDC_ISO_10646__)
33
#include <locale.h>
32
#include <locale.h>
34
#endif /* __STDC_ISO_10646__ */
35
#if defined(N_PLAT_NLM)
33
#if defined(N_PLAT_NLM)
36
#if !defined(_VA_LIST)
34
#if !defined(_VA_LIST)
37
#include "NW-only/nw_os.h"
35
#include "NW-only/nw_os.h"

Return to bug 104314