Ignore:
Timestamp:
Jun 2, 2003, 9:56:50 PM (23 years ago)
Author:
bird
Message:

#357: Initial adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/bsd/db/hash/ndbm.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r276 r277  
    181181
    182182        hp = (HTAB *)db->internal;
    183         return (hp->errno);
     183        return (hp->
    184184}
    185185
     
    191191
    192192        hp = (HTAB *)db->internal;
    193         hp->errno = 0;
     193        hp->
    194194        return (0);
    195195}
Note: See TracChangeset for help on using the changeset viewer.