=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/lastcomm/lastcomm.c 2017/03/11 18:33:21 1.24 +++ src/usr.bin/lastcomm/lastcomm.c 2017/06/07 20:53:59 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: lastcomm.c,v 1.24 2017/03/11 18:33:21 guenther Exp $ */ +/* $OpenBSD: lastcomm.c,v 1.25 2017/06/07 20:53:59 bluhm Exp $ */ /* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */ /* @@ -173,6 +173,7 @@ BIT(ACOMPAT, 'C'); BIT(ACORE, 'D'); BIT(AXSIG, 'X'); + BIT(APLEDGE, 'P'); *p = '\0'; return (flags); }