Switch to unified view

a/src/utils/pxattr.cpp b/src/utils/pxattr.cpp
...
...
27
    \brief Portable External Attributes API
27
    \brief Portable External Attributes API
28
 */
28
 */
29
29
30
#if defined(__gnu_linux__) || \
30
#if defined(__gnu_linux__) || \
31
    (defined(__FreeBSD_kernel__)&&defined(__GLIBC__)&&!defined(__FreeBSD__)) ||\
31
    (defined(__FreeBSD_kernel__)&&defined(__GLIBC__)&&!defined(__FreeBSD__)) ||\
32
    defined(__CYGWIN32__)
32
    defined(__CYGWIN__)
33
#define PXALINUX
33
#define PXALINUX
34
#endif
34
#endif
35
35
36
// If the platform is not supported, let this file be empty instead of
36
// If the platform is not supported, let this file be empty instead of
37
// breaking the compile, this will let the build work if the rest of
37
// breaking the compile, this will let the build work if the rest of