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:
mkaply%us.ibm.com 2003-01-20 23:13:38 +00:00
Родитель 290b06addd
Коммит ba067c962e
3 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -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>