From 901d4a004016820f35d12099098fc4d04f7dcbe0 Mon Sep 17 00:00:00 2001 From: Damian Date: Mon, 17 Aug 2020 21:14:30 -0300 Subject: [PATCH] sys/time.h include clean-up (PS3 PPU) --- include/nfsc/libnfs.h | 2 +- mount/mount.c | 4 ---- nfs/nfs.c | 4 ---- nfs/nfsacl.c | 4 ---- nfs4/nfs4.c | 4 ---- nlm/nlm.c | 4 ---- nsm/nsm.c | 4 ---- portmap/portmap.c | 4 ---- rquota/rquota.c | 4 ---- 9 files changed, 1 insertion(+), 33 deletions(-) diff --git a/include/nfsc/libnfs.h b/include/nfsc/libnfs.h index 3834034..31dcd99 100755 --- a/include/nfsc/libnfs.h +++ b/include/nfsc/libnfs.h @@ -24,7 +24,7 @@ #define _LIBNFS_H_ #include -#if defined(__ANDROID__) || defined(AROS) \ +#if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \ || ( defined(__APPLE__) && defined(__MACH__) ) #include #else diff --git a/mount/mount.c b/mount/mount.c index d2f3ebe..e025072 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -19,10 +19,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include "libnfs-zdr.h" diff --git a/nfs/nfs.c b/nfs/nfs.c index ff72dec..9733f19 100644 --- a/nfs/nfs.c +++ b/nfs/nfs.c @@ -21,10 +21,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include diff --git a/nfs/nfsacl.c b/nfs/nfsacl.c index d0e0fc0..81f6c20 100644 --- a/nfs/nfsacl.c +++ b/nfs/nfsacl.c @@ -20,10 +20,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include diff --git a/nfs4/nfs4.c b/nfs4/nfs4.c index 947dcbc..74da33e 100644 --- a/nfs4/nfs4.c +++ b/nfs4/nfs4.c @@ -22,10 +22,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include diff --git a/nlm/nlm.c b/nlm/nlm.c index 95decba..efa34b8 100644 --- a/nlm/nlm.c +++ b/nlm/nlm.c @@ -19,10 +19,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include "libnfs-zdr.h" diff --git a/nsm/nsm.c b/nsm/nsm.c index 2ff57b2..a7e019a 100644 --- a/nsm/nsm.c +++ b/nsm/nsm.c @@ -19,10 +19,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include "libnfs-zdr.h" diff --git a/portmap/portmap.c b/portmap/portmap.c index 48859a0..886c42c 100644 --- a/portmap/portmap.c +++ b/portmap/portmap.c @@ -18,10 +18,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include "libnfs-zdr.h" #include "libnfs.h" diff --git a/rquota/rquota.c b/rquota/rquota.c index ddbb623..ed4813b 100644 --- a/rquota/rquota.c +++ b/rquota/rquota.c @@ -18,10 +18,6 @@ #include #endif/*WIN32*/ -#ifdef PS3_PPU -#include -#endif - #include #include #include