diff options
author | Matthias Andree <mandree@freebsd.org> | 2011-08-28 05:04:07 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-28 05:05:02 +0200 |
commit | 1285437217a60194186b2c66a0422205b2dedd08 (patch) | |
tree | 919a3db42128b8780d6c9d59ea826c585ffb7e47 /include/platform.h | |
parent | a04e4c2266241b1af8f50b0d78f13be866b405c4 (diff) |
Fixes for FreeBSD build
Signed-off-by: Matthias Andree <mandree@freebsd.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index e22dbdb4a..826a4c497 100644 --- a/include/platform.h +++ b/include/platform.h @@ -417,6 +417,8 @@ typedef unsigned smalluint; # undef HAVE_STRVERSCMP # undef HAVE_XTABS # undef HAVE_DPRINTF +# undef HAVE_UNLOCKED_STDIO +# undef HAVE_UNLOCKED_LINE_OPS #endif #if defined(__FreeBSD__) |