From 330718ef5574d1f830e304107d2a43038aa6ff5c Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Mon, 24 Jan 2011 17:07:06 +0100 Subject: FreeBSD compat Signed-off-by: Chris Rees Signed-off-by: Denys Vlasenko --- include/platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/platform.h') diff --git a/include/platform.h b/include/platform.h index 2bc88c391..9d6e21626 100644 --- a/include/platform.h +++ b/include/platform.h @@ -262,9 +262,12 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING; # undef HAVE_PTSNAME_R # undef HAVE_SYS_STATFS_H # undef HAVE_SIGHANDLER_T +# undef HAVE_XTABS +# undef HAVE_FDPRINTF #else # define HAVE_MNTENT_H 1 # define HAVE_SYS_STATFS_H 1 +# define HAVE_XTABS 1 #endif /*----- Kernel versioning ------------------------------------*/ -- cgit v1.2.3