Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236949
Collapse All | Expand All

(-)src/kmk/kmkbuiltin/mv.c.orig (-4 / +4 lines)
Lines 47-56 Link Here
47
#endif
47
#endif
48
48
49
#include <sys/types.h>
49
#include <sys/types.h>
50
#ifndef _MSC_VER
51
# ifndef __OS2__
52
#  include <sys/acl.h>
53
# endif
54
# include <sys/param.h>
50
# include <sys/param.h>
55
# include <sys/time.h>
51
# include <sys/time.h>
56
# include <sys/wait.h>
52
# include <sys/wait.h>
Lines 91-96 Link Here
91
87
92
static int	do_move(char *, char *);
88
static int	do_move(char *, char *);
93
#ifdef CROSS_DEVICE_MOVE
89
#ifdef CROSS_DEVICE_MOVE
90
#ifndef _MSC_VER
91
# ifndef __OS2__
92
#  include <sys/acl.h>
93
# endif
94
static int	fastcopy(char *, char *, struct stat *);
94
static int	fastcopy(char *, char *, struct stat *);
95
static int	copy(char *, char *);
95
static int	copy(char *, char *);
96
#endif
96
#endif

Return to bug 236949