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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/ThirdParty/ioss/vtkioss/Ioss_FileInfo.C.orig
0
++ b/ThirdParty/ioss/vtkioss/Ioss_FileInfo.C
Lines 26-32 Link Here
26
#define S_ISDIR(m) (((m)&_S_IFMT) == _S_IFDIR)
26
#define S_ISDIR(m) (((m)&_S_IFMT) == _S_IFDIR)
27
#endif
27
#endif
28
#else
28
#else
29
#include <sys/unistd.h>
29
#include <unistd.h>
30
#endif
30
#endif
31
31
32
#ifdef SEACAS_HAVE_MPI
32
#ifdef SEACAS_HAVE_MPI

Return to bug 916440