pax/pax-3.4-gcc-6.1.patch

61 lines
1.4 KiB
Diff

diff -crB pax-3.4/src/cpio.c pax-3.4-a/src/cpio.c
*** pax-3.4/src/cpio.c 2005-08-01 12:16:23.000000000 -0400
--- pax-3.4-a/src/cpio.c 2017-03-11 04:58:22.162570602 -0300
***************
*** 36,42 ****
#include "config.h"
#endif
! #include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
--- 36,42 ----
#include "config.h"
#endif
! #include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
diff -crB pax-3.4/src/gen_subs.c pax-3.4-a/src/gen_subs.c
*** pax-3.4/src/gen_subs.c 2005-08-01 12:15:42.000000000 -0400
--- pax-3.4-a/src/gen_subs.c 2017-03-11 05:02:02.553239802 -0300
***************
*** 37,43 ****
#include "config.h"
#endif
! #include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
--- 37,43 ----
#include "config.h"
#endif
! #include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
diff -crB pax-3.4/src/tar.c pax-3.4-a/src/tar.c
*** pax-3.4/src/tar.c 2005-08-01 12:17:58.000000000 -0400
--- pax-3.4-a/src/tar.c 2017-03-11 05:04:54.493764070 -0300
***************
*** 37,43 ****
#include "config.h"
#endif
! #include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
--- 37,43 ----
#include "config.h"
#endif
! #include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>