[BACK]Return to lastcomm.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / lastcomm

Diff for /src/usr.bin/lastcomm/lastcomm.c between version 1.34 and 1.35

version 1.34, 2023/12/11 00:40:31 version 1.35, 2024/01/19 14:25:03
Line 177 
Line 177 
         BIT(APLEDGE, 'P');          BIT(APLEDGE, 'P');
         BIT(ATRAP, 'T');          BIT(ATRAP, 'T');
         BIT(AUNVEIL, 'U');          BIT(AUNVEIL, 'U');
         BIT(AEXECVE, 'E');  
         BIT(APINSYS, 'S');          BIT(APINSYS, 'S');
         *p = '\0';          *p = '\0';
         return (flags);          return (flags);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35