=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/lastcomm/lastcomm.c 2023/02/01 00:03:38 1.32 +++ src/usr.bin/lastcomm/lastcomm.c 2023/02/21 14:31:07 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: lastcomm.c,v 1.32 2023/02/01 00:03:38 bluhm Exp $ */ +/* $OpenBSD: lastcomm.c,v 1.33 2023/02/21 14:31:07 deraadt Exp $ */ /* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */ /* @@ -177,6 +177,7 @@ BIT(APLEDGE, 'P'); BIT(ATRAP, 'T'); BIT(AUNVEIL, 'U'); + BIT(AEXECVE, 'E'); *p = '\0'; return (flags); }