_PATH_INSTR
if ((fd = open(_PATH_INSTR, O_RDONLY)) == - 1)
errx(1, "can't open %s", _PATH_INSTR);
if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1)