mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Cleanup some garbage left by KSE. There is still much garbage left to be
removed, see the 110 instances of "XXXKSE" in src/sys for examples.
This commit is contained in:
parent
e49e14200a
commit
52b3d5c3b7
1 changed files with 0 additions and 4 deletions
|
|
@ -532,10 +532,6 @@ struct proc {
|
|||
struct plimit *p_limit; /* (c*) Process limits. */
|
||||
struct vm_object *p_upages_obj; /* (a) Upages object. */
|
||||
struct sigacts *p_sigacts; /* (x) Signal actions, state (CPU). */
|
||||
|
||||
/*struct ksegrp p_ksegrp;
|
||||
struct kse p_kse; */
|
||||
|
||||
/*
|
||||
* The following don't make too much sense..
|
||||
* See the td_ or ke_ versions of the same flags
|
||||
|
|
|
|||
Loading…
Reference in a new issue