Update of /cvsroot/file-extattr/File-ExtAttr
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3766
Modified Files:
helpers.c
Log Message:
Clarify #ifdef/#else/#endif conditions
Index: helpers.c
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/helpers.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** helpers.c 27 Apr 2007 06:45:21 -0000 1.4
--- helpers.c 27 Apr 2007 20:56:04 -0000 1.5
***************
*** 21,25 ****
}
! #else
static inline char *
--- 21,25 ----
}
! #else /* !__GLIBC__ */
static inline char *
***************
*** 32,38 ****
}
! #endif
! #else /* __GLIBC__ */
/*
--- 32,38 ----
}
! #endif /* __GLIBC__ */
! #else /* !HAS_STRERROR_R */
/*
|