__APPLE__ not __DARWIN__
This commit is contained in:
parent
a2632d412e
commit
8a84583701
2 changed files with 4 additions and 4 deletions
|
|
@ -6,13 +6,13 @@
|
||||||
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2016/11/03 18:00:52 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"
|
#include "libft.h"
|
||||||
|
|
||||||
#if defined __DARWIN__
|
#if defined __APPLE__
|
||||||
|
|
||||||
int ft_xattr_count(char *path)
|
int ft_xattr_count(char *path)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,13 @@
|
||||||
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2016/11/03 18:00:43 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"
|
#include "libft.h"
|
||||||
|
|
||||||
#if defined __DARWIN__
|
#if defined __APPLE__
|
||||||
|
|
||||||
int ft_xattr_print(char *path)
|
int ft_xattr_print(char *path)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue