Update usage synopsis; fix miscellaneous typos
[p5sagit/p5-mst-13.2.git] / os2 / diff.db_file
1 *** ext/DB_File/db_file.xs~     Tue Nov 14 11:14:36 1995
2 --- ext/DB_File/DB_File.xs      Tue Dec 19 00:50:52 1995
3 ***************
4 *** 424,429 ****
5 --- 424,433 ----
6       }
7   
8   
9 + #ifdef __EMX__
10 +     flags |= O_BINARY;
11 + #endif /* __EMX__ */
12
13       RETVAL->dbp = dbopen(name, flags, mode, RETVAL->type, openinfo) ; 
14   
15   #if 0