=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/lastcomm/lastcomm.c 2017/06/07 20:53:59 1.25 +++ src/usr.bin/lastcomm/lastcomm.c 2017/06/08 17:14:02 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: lastcomm.c,v 1.25 2017/06/07 20:53:59 bluhm Exp $ */ +/* $OpenBSD: lastcomm.c,v 1.26 2017/06/08 17:14:02 bluhm Exp $ */ /* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */ /* @@ -174,6 +174,7 @@ BIT(ACORE, 'D'); BIT(AXSIG, 'X'); BIT(APLEDGE, 'P'); + BIT(ATRAP, 'T'); *p = '\0'; return (flags); }