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

Collapse All | Expand All

(-)games/pom/Makefile (-1 / +1 lines)
Lines 6-11 Link Here
6
DPADD=	${LIBM}
6
DPADD=	${LIBM}
7
LDADD=	-lm
7
LDADD=	-lm
8
8
9
WARNS?=	2
9
WARNS?=	6
10
10
11
.include <bsd.prog.mk>
11
.include <bsd.prog.mk>
(-)games/pom/pom.c (-1 / +1 lines)
Lines 78-84 Link Here
78
static double	potm(double);
78
static double	potm(double);
79
79
80
int
80
int
81
main()
81
main(void)
82
{
82
{
83
	time_t tt;
83
	time_t tt;
84
	struct tm *GMT;
84
	struct tm *GMT;

Return to bug 62456