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

(-)src.org/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_IRUSR | S_IWUSR);
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 323389