Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294843
Collapse All | Expand All

(-)./dosemu-1.4.0/src/tools/periph/dexeconfig.c~ (-1 / +1 lines)
Lines 238-244 Link Here
238
    exit(1);
238
    exit(1);
239
  }
239
  }
240
  close(fd);
240
  close(fd);
241
  fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC);
241
  fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC, S_IREAD | S_IWRITE);
242
  if (fc < 0) {
242
  if (fc < 0) {
243
    perror("cannot open config file");
243
    perror("cannot open config file");
244
    exit(1);
244
    exit(1);

Return to bug 294843