=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/ktrace.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/ktrace/ktrace.h 2015/10/02 05:07:41 1.8 --- src/usr.bin/ktrace/ktrace.h 2015/10/25 20:39:54 1.9 *************** *** 1,4 **** ! /* $OpenBSD: ktrace.h,v 1.8 2015/10/02 05:07:41 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ktrace.h,v 1.9 2015/10/25 20:39:54 deraadt Exp $ */ /*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. *************** *** 32,38 **** #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ KTRFAC_GENIO | KTRFAC_PSIG | KTRFAC_EMUL | KTRFAC_STRUCT | \ ! KTRFAC_USER | KTRFAC_EXECARGS) /* any KTRFAC_* not included in DEF_POINTS should be added here */ #define ALL_POINTS (DEF_POINTS | KTRFAC_EXECENV) --- 32,38 ---- #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ KTRFAC_GENIO | KTRFAC_PSIG | KTRFAC_EMUL | KTRFAC_STRUCT | \ ! KTRFAC_USER | KTRFAC_EXECARGS | KTRFAC_PLEDGE) /* any KTRFAC_* not included in DEF_POINTS should be added here */ #define ALL_POINTS (DEF_POINTS | KTRFAC_EXECENV)