
487c487
<     int checkval, type_open;
---
>     int checkval;
492,493c492
<     type_open = (context == CATMIX) ? 0 : 2;
<     if ((fd = open(fstring, type_open)) == -1) {
---
>     if ((fd = open(fstring, 2)) == -1) {

