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

Collapse All | Expand All

(-)a/util/symlinks.c (+4 lines)
Lines 2-14 Link Here
2
#define _LARGEFILE_SOURCE
2
#define _LARGEFILE_SOURCE
3
#define _LARGEFILE64_SOURCE
3
#define _LARGEFILE64_SOURCE
4
4
5
#include "config.h"
6
5
#include <unistd.h>
7
#include <unistd.h>
6
#ifndef _POSIX_SOURCE
8
#ifndef _POSIX_SOURCE
7
#define _POSIX_SOURCE
9
#define _POSIX_SOURCE
8
#endif
10
#endif
9
#include <stdio.h>
11
#include <stdio.h>
10
#include <stdlib.h>
12
#include <stdlib.h>
13
#ifdef HAVE_MALLOC_H
11
#include <malloc.h>
14
#include <malloc.h>
15
#endif
12
#include <string.h>
16
#include <string.h>
13
#include <fcntl.h>
17
#include <fcntl.h>
14
#include <sys/param.h>
18
#include <sys/param.h>
(-)a/util/Makefile.in (-1 / +1 lines)
Lines 15-21 SRCS = $(srcdir)/subst.c Link Here
15
15
16
.c.o:
16
.c.o:
17
	$(E) "	CC $<"
17
	$(E) "	CC $<"
18
	$(Q) $(BUILD_CC) -c $(BUILD_CFLAGS) $< -o $@
18
	$(Q) $(BUILD_CC) -c $(BUILD_CFLAGS) $(CPPFLAGS) $< -o $@
19
19
20
PROGS=		subst symlinks
20
PROGS=		subst symlinks
21
21

Return to bug 421021