Fix Darwin builds. From . See also . diff --git a/src/filetypes.h b/src/filetypes.h index f80faab..81f0c32 100644 --- a/src/filetypes.h +++ b/src/filetypes.h @@ -81,5 +81,3 @@ #ifndef S_ISLNK #define lstat stat #endif -int lstat (); -int stat ();