Skip to content

Commit

Permalink
Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generi…
Browse files Browse the repository at this point in the history
…c Unix.
  • Loading branch information
icculus committed Jul 13, 2017
1 parent 46db289 commit 187d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs_platforms.h
Expand Up @@ -50,7 +50,7 @@
# define PHYSFS_PLATFORM_SOLARIS 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(__FreeBSD__) || defined(__DragonFly__)
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
# define PHYSFS_PLATFORM_FREEBSD 1
# define PHYSFS_PLATFORM_BSD 1
# define PHYSFS_PLATFORM_UNIX 1
Expand Down

0 comments on commit 187d04a

Please sign in to comment.