Skip to content

Commit

Permalink
Remove sys/syslimits and fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed May 20, 2024
1 parent 6b1e8d1 commit 2f5ed30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/libft_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: gdandele <gdandele@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/01 14:45:24 by gdandele #+# #+# */
/* Updated: 2024/05/20 13:24:47 by gdandele ### ########.fr */
/* Updated: 2024/05/20 13:54:48 by gdandele ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -17,14 +17,12 @@
# include <unistd.h>
# include <limits.h>

# include <sys/syslimits.h>

# ifndef BUFFER_SIZE
# define BUFFER_SIZE 42
# endif

# ifndef OPEN_MAX
# define OPEN_MAX 10240
# define OPEN_MAX 10240
# endif

/**
Expand Down

0 comments on commit 2f5ed30

Please sign in to comment.