Changeset 983
- Timestamp:
- Jan 11, 2004, 9:10:53 PM (22 years ago)
- 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
to1.4
r982 r983 62 62 #include <string.h> 63 63 #include <unistd.h> 64 #ifdef __EMX__ 65 #include <io.h> 66 #endif 64 67 #include "un-namespace.h" 65 68 … … 74 77 static int byteorder(void); 75 78 static int nroot(BTREE *); 79 #ifndef __EMX__ 76 80 static int tmp(void); 81 #endif 77 82 78 83 /* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.