зеркало из https://github.com/mozilla/gecko-dev.git
r=pedemont, r=wtc, sr=dmose OS/2 only - remove dependency on OS/2 specific dirent in dbm code That was also the previous checkin to mcom_db.h - messed up the comment
This commit is contained in:
Родитель
290b06addd
Коммит
ba067c962e
|
@ -69,11 +69,6 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef XP_OS2_VACPP
|
||||
#include "types.h"
|
||||
#define EPERM SOCEPERM
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "mcom_db.h"
|
||||
|
|
|
@ -54,9 +54,7 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93";
|
|||
#endif
|
||||
|
||||
#ifdef XP_OS2_VACPP
|
||||
#define ENOTDIR EBADPOS
|
||||
#include <process.h>
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
|
|
@ -52,10 +52,6 @@ static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94";
|
|||
#include <linux/limits.h>
|
||||
#endif
|
||||
|
||||
#ifdef __OS2__
|
||||
#include "dirent.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче