ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/xpram_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/xpram_unix.cpp (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-11-01T16:24:15Z

# Line 61 | Line 61 | void LoadXPRAM(void)
61   void SaveXPRAM(void)
62   {
63          int fd;
64 <        if ((fd = open(xpram_path, O_WRONLY | O_CREAT, 0644)) >= 0) {
64 >        if ((fd = open(xpram_path, O_WRONLY | O_CREAT, 0666)) >= 0) {
65                  write(fd, XPRAM, 256);
66                  close(fd);
67          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines