Hi, I'm writing a little toy /proc fuse-fs for OpenBSD.
The field p_schedflags defined in struct kinfo_proc in file /usr/include/sys/sysctl.h refers to PSCHED_*, but I can't find any references to these macros with: $ grep -rn PSCHED_ /usr/include /usr/src/sys Nor can I find any references to p_schedflags: $ grep -rn p_schedflags /usr/src This leads me to believe that this field is unused and should also be marked accordingly, to avoid future confusion. If not, please let me know how I interpret use this field. Thanks, Benjamin Stürz

