From 187d04ae9ed694efddd2b574a005a9558f9f37a1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 12 Jul 2017 20:49:53 -0400 Subject: [PATCH] Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix. --- src/physfs_platforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs_platforms.h b/src/physfs_platforms.h index 79a49427..31f6f837 100644 --- a/src/physfs_platforms.h +++ b/src/physfs_platforms.h @@ -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