diff --git a/libft/src/sys/ft_xattr_count.c b/libft/src/sys/ft_xattr_count.c index 6f928f88..62b274f7 100644 --- a/libft/src/sys/ft_xattr_count.c +++ b/libft/src/sys/ft_xattr_count.c @@ -6,13 +6,13 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/03 18:00:52 by jhalford #+# #+# */ -/* Updated: 2017/03/05 15:17:57 by wescande ### ########.fr */ +/* Updated: 2017/03/05 16:48:29 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" -#if defined __DARWIN__ +#if defined __APPLE__ int ft_xattr_count(char *path) { diff --git a/libft/src/sys/ft_xattr_print.c b/libft/src/sys/ft_xattr_print.c index a1e6955f..e4d7e1a7 100644 --- a/libft/src/sys/ft_xattr_print.c +++ b/libft/src/sys/ft_xattr_print.c @@ -6,13 +6,13 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/03 18:00:43 by jhalford #+# #+# */ -/* Updated: 2017/03/05 15:17:05 by wescande ### ########.fr */ +/* Updated: 2017/03/05 16:48:20 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" -#if defined __DARWIN__ +#if defined __APPLE__ int ft_xattr_print(char *path) {