-/* $OpenBSD: kern_pledge.c,v 1.224 2017/11/17 23:08:10 abieber Exp $ */
+/* $OpenBSD: kern_pledge.c,v 1.225 2017/12/09 06:50:32 deraadt Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
mib[0] == CTL_VM && mib[1] == VM_LOADAVG)
return (0);
- snprintf(buf, sizeof(buf), "%s(%d): sysctl %d:",
+ snprintf(buf, sizeof(buf), "%s(%d): pledge sysctl %d:",
p->p_p->ps_comm, p->p_p->ps_pid, miblen);
for (i = 0; i < miblen; i++) {
char *p = buf + strlen(buf);