Changeset 983


Ignore:
Timestamp:
Jan 11, 2004, 9:10:53 PM (22 years ago)
Author:
bird
Message:

Merged in changes from the old port (src/emx/bsd/db).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/db/btree/bt_open.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r982 r983  
    6262#include <string.h>
    6363#include <unistd.h>
     64#ifdef __EMX__
     65#include <io.h>
     66#endif
    6467#include "un-namespace.h"
    6568
     
    7477static int byteorder(void);
    7578static int nroot(BTREE *);
     79#ifndef __EMX__
    7680static int tmp(void);
     81#endif
    7782
    7883/*
Note: See TracChangeset for help on using the changeset viewer.