From 8a845837018877f7384f9fa29572797bf8ad3770 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 5 Mar 2017 16:48:57 +0100 Subject: [PATCH] __APPLE__ not __DARWIN__ --- libftasm/src/sys/ft_xattr_count.c | 4 ++-- libftasm/src/sys/ft_xattr_print.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libftasm/src/sys/ft_xattr_count.c b/libftasm/src/sys/ft_xattr_count.c index 6f928f88..62b274f7 100644 --- a/libftasm/src/sys/ft_xattr_count.c +++ b/libftasm/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/libftasm/src/sys/ft_xattr_print.c b/libftasm/src/sys/ft_xattr_print.c index a1e6955f..e4d7e1a7 100644 --- a/libftasm/src/sys/ft_xattr_print.c +++ b/libftasm/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) {