aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorChris Rees <utisoft@gmail.com>2011-01-24 17:07:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-24 17:07:06 +0100
commit330718ef5574d1f830e304107d2a43038aa6ff5c (patch)
tree77b8ae48bc39a25c54b16e60a45803af74ff5a83 /include/platform.h
parente3c127d846eb2febbdb86bcf6c0c92622ab98eea (diff)
downloadbusybox-w32-330718ef5574d1f830e304107d2a43038aa6ff5c.tar.gz
busybox-w32-330718ef5574d1f830e304107d2a43038aa6ff5c.tar.bz2
busybox-w32-330718ef5574d1f830e304107d2a43038aa6ff5c.zip
FreeBSD compat
Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h3
1 files changed, 3 insertions, 0 deletions
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;
262# undef HAVE_PTSNAME_R 262# undef HAVE_PTSNAME_R
263# undef HAVE_SYS_STATFS_H 263# undef HAVE_SYS_STATFS_H
264# undef HAVE_SIGHANDLER_T 264# undef HAVE_SIGHANDLER_T
265# undef HAVE_XTABS
266# undef HAVE_FDPRINTF
265#else 267#else
266# define HAVE_MNTENT_H 1 268# define HAVE_MNTENT_H 1
267# define HAVE_SYS_STATFS_H 1 269# define HAVE_SYS_STATFS_H 1
270# define HAVE_XTABS 1
268#endif 271#endif
269 272
270/*----- Kernel versioning ------------------------------------*/ 273/*----- Kernel versioning ------------------------------------*/