Changeset 277 for trunk/src/emx/bsd/db/hash/ndbm.c
- Timestamp:
- Jun 2, 2003, 9:56:50 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/bsd/db/hash/ndbm.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/bsd/db/hash/ndbm.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r276 r277 181 181 182 182 hp = (HTAB *)db->internal; 183 return (hp-> errno);183 return (hp-> 184 184 } 185 185 … … 191 191 192 192 hp = (HTAB *)db->internal; 193 hp-> errno = 0;193 hp-> 194 194 return (0); 195 195 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
