Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixup commit for tag 'DBM16_RTM_20011206'
  • Loading branch information
cvs2hg committed Dec 4, 2001
1 parent 23d8a96 commit ff9e652
Show file tree
Hide file tree
Showing 1,385 changed files with 4 additions and 561,478 deletions.
6 changes: 2 additions & 4 deletions dbm/include/mcom_db.h
Expand Up @@ -174,14 +174,10 @@
#endif

#ifdef __QNX__
#ifdef __QNXNTO__
#include <sys/param.h>
#else
#define LITTLE_ENDIAN 1234
#define BIG_ENDIAN 4321
#define BYTE_ORDER LITTLE_ENDIAN
#endif
#endif

#ifdef SNI
/* #include <sys/hetero.h> */
Expand Down Expand Up @@ -224,6 +220,8 @@

#ifndef XP_OS2
#define MAXPATHLEN 1024
#else
#include <dirent.h>
#endif

#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */
Expand Down
4 changes: 2 additions & 2 deletions dbm/src/hash.c
Expand Up @@ -419,8 +419,8 @@ init_hash(HTAB *hashp, const char *file, HASHINFO *info)
return (NULL);

#if !defined(_WIN32) && !defined(_WINDOWS) && !defined(macintosh) && !defined(VMS) && !defined(XP_OS2)
#if defined(__QNX__) && !defined(__QNXNTO__)
hashp->BSIZE = 512; /* prefered blk size on qnx4 */
#ifdef __QNX__
hashp->BSIZE = statbuf.st_size;
#else
hashp->BSIZE = statbuf.st_blksize;
#endif
Expand Down
4 changes: 0 additions & 4 deletions dbm/src/ndbm.c
Expand Up @@ -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>

Expand Down
174 changes: 0 additions & 174 deletions security/nss/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion security/nss/cmd/.cvsignore

This file was deleted.

0 comments on commit ff9e652

Please sign in to comment.