mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.
The STLport will probably become broken again, but I'll work on fixing it later. I wish someone would explain why the NetBSD Cirtus branch has the types in their stddef.h... Requested by: bde, ru PR: 27606 Submitted by: Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
This commit is contained in:
parent
0c416cfcd1
commit
640f0e5d3c
1 changed files with 0 additions and 10 deletions
|
|
@ -40,11 +40,6 @@
|
|||
|
||||
#include <machine/ansi.h>
|
||||
|
||||
#ifdef _BSD_MBSTATE_T_
|
||||
typedef _BSD_MBSTATE_T_ mbstate_t;
|
||||
#undef _BSD_MBSTATE_T_
|
||||
#endif
|
||||
|
||||
typedef _BSD_PTRDIFF_T_ ptrdiff_t;
|
||||
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
|
||||
|
|
@ -64,11 +59,6 @@ typedef _BSD_WCHAR_T_ wchar_t;
|
|||
#undef _BSD_WCHAR_T_
|
||||
#endif
|
||||
|
||||
#ifdef _BSD_WINT_T_
|
||||
typedef _BSD_WINT_T_ wint_t;
|
||||
#undef _BSD_WINT_T_
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue