зеркало из https://github.com/mozilla/gecko-dev.git
bug 70992 patches to build 4.2 BSD
This commit is contained in:
Родитель
a833509dcc
Коммит
b22a7c1f09
|
@ -36,7 +36,7 @@
|
|||
* may use your version of this file under either the MPL or the
|
||||
* GPL.
|
||||
*
|
||||
* $Id: mpi.h,v 1.18 2000/12/29 01:01:34 nelsonb%netscape.com Exp $
|
||||
* $Id: mpi.h,v 1.19 2001/03/13 19:01:52 relyea%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#ifndef _H_MPI_
|
||||
|
@ -55,6 +55,11 @@
|
|||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#if defined(BSDI)
|
||||
#undef ULLONG_MAX
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#include <Types.h>
|
||||
#else
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
* may use your version of this file under either the MPL or the
|
||||
* GPL.
|
||||
*
|
||||
* $Id: unix_err.c,v 1.2 2000/09/18 19:53:59 nelsonb%netscape.com Exp $
|
||||
* $Id: unix_err.c,v 1.3 2001/03/13 19:02:05 relyea%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#if 0
|
||||
|
@ -48,6 +48,10 @@
|
|||
#include "prerror.h"
|
||||
#endif
|
||||
|
||||
#if defined (__bsdi__)
|
||||
#undef _PR_POLL_AVAILABLE
|
||||
#endif
|
||||
|
||||
#if defined(_PR_POLL_AVAILABLE)
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче