Menu

#94 Typo in hcs_.info append_branchx

MCRB
closed
nobody
None
2017-02-11
2015-11-28
No

The 'append_branchx' declaration in hcs_.info is show as:

declare hcs_$append_branchx entry (char(), char(), fixed bin(5),
(3) fixed bin(3), char(*), fixed bin(1), fixed bin(1),
fixed bin(24), fixed bin(35));

it should read:
declare hcs_$append_branchx entry (char(), char(), fixed bin(5),
(3) fixed bin(6), char(*), fixed bin(1), fixed bin(1),
fixed bin(24), fixed bin(35));

cf:
./source/bound_file_system.s.archive/append.pl1
dcl a_ringbrack (3) fixed bin (6) parameter;
branchx: entry (a_dirname, a_ename, a_mode, a_ringbrack, a_userid, a_dirsw, a_copysw, a_bitcnt, a_code);

Discussion

  • Eric Swenson

    Eric Swenson - 2016-12-27

    MCR10017 created for this ticket. MCR was not approved. Apparently, (3) fixed bin (3) is the correct declaration for ring brackets.

     
  • Eric Swenson

    Eric Swenson - 2016-12-27

    Not closing this yet, to allow more discussion on this ticket.

     
  • Eric Swenson

    Eric Swenson - 2017-02-11

    Closing as ticket moved here: http://multics-trac.swenson.org/ticket/27

     
  • Eric Swenson

    Eric Swenson - 2017-02-11
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB