Deleted Added
full compact
87c87
< #define CMODE 0666 /* bounds file creation mode */
---
> #define CMODE 0644 /* bounds file creation mode */
333c333
< chmod(fname, 0644);
---
> chmod(fname, CMODE);