1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-04-15 16:19:44 +00:00

Argh. A real dumb bug in mkfs7 that stopped us getting a shell. Fixed.

This commit is contained in:
Warren Toomey
2016-03-14 21:22:29 +10:00
parent 5f55b5dc79
commit 624776e0f3

View File

@@ -43,8 +43,8 @@ use constant I_DIRECTORY => 0000020;
use constant I_FILE => 0000000;
use constant I_OWNERREAD => 0000010;
use constant I_OWNERWRITE => 0000004;
use constant I_WORLDREAD => 0000010;
use constant I_WORLDWRITE => 0000004;
use constant I_WORLDREAD => 0000002;
use constant I_WORLDWRITE => 0000001;
use constant I_LINK => 0000001; # Never used in an i-node: just internal use