diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-10 01:33:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-10 01:33:04 +0000 |
commit | 5e1e4ceddf441e9a24f311d789253166fdd55617 (patch) | |
tree | 1f96e72cbc02752eea941a5b218f8ff06d2b39a8 /sys | |
parent | ff7cdb3b9d8d96de2a4fda4bd2ff3bfd3564f8d8 (diff) |
rename an unused field in struct kinfo_file (it related to systrace..)
Diffstat (limited to 'sys')
-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 */ |