diff options
author | 2016-05-10 01:33:03 +0000 | |
---|---|---|
committer | 2016-05-10 01:33:03 +0000 | |
commit | 55033df5067ade802f5536aaa9474cde671f3ce9 (patch) | |
tree | ff6aeda08100eebf38c481894f685cd7a51c5a05 | |
parent | libc stub is gone, so update the description to cover the remaining use (diff) | |
download | wireguard-openbsd-55033df5067ade802f5536aaa9474cde671f3ce9.tar.xz wireguard-openbsd-55033df5067ade802f5536aaa9474cde671f3ce9.zip |
rename an unused field in struct kinfo_file (it related to systrace..)
-rw-r--r-- | sys/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index f5875915822..9410fce465e 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.160 2016/04/25 20:18:31 tedu Exp $ */ +/* $OpenBSD: sysctl.h,v 1.161 2016/05/10 01:33:03 deraadt Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -721,7 +721,7 @@ struct kinfo_file { uint32_t kq_count; /* INT: number of pending events */ uint32_t kq_state; /* INT: kqueue status information */ - uint32_t str_npolicies; /* INT: DEAD number systrace policies */ + uint32_t __unused1; /* INT: unused */ /* process information when retrieved via KERN_FILE_BY[PU]ID */ uint32_t p_pid; /* PID_T: process id */ |