__APPLE__ not __DARWIN__

This commit is contained in:
Jack Halford 2017-03-05 16:48:57 +01:00
parent a2632d412e
commit 8a84583701
2 changed files with 4 additions and 4 deletions

View file

@ -6,13 +6,13 @@
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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)
{

View file

@ -6,13 +6,13 @@
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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)
{