<sys/unistd.h>: Rename struct lwp_params member names.
authorSascha Wildner <saw@online.de>
Wed, 11 Mar 2015 17:10:55 +0000 (18:10 +0100)
committerSascha Wildner <saw@online.de>
Wed, 11 Mar 2015 17:10:55 +0000 (18:10 +0100)
commitb44473af978aa2f178bc5b165a044dec0489a86d
tree618dbb4811888cb2b3fcbfa6096f4467894744f2
parent059599af0adb528609f28cff3f1831fd829295f3
<sys/unistd.h>: Rename struct lwp_params member names.

This is mainly to better "protect" them against 3rd party software doing
silly things like lvm2 which has a "#define stack ..." that conflicted
with the struct's 'stack' member, for example. It's a lame reason to
rename the struct members, but, given that it is a public struct, it's
a good thing to do so generally.

Also, because it is a public structure, bump __DragonFly_version so it
can be dealt with in code. I didn't find any usage of our lwp_* code
in dports but it might be used in someone's own code still.
lib/libthread_xu/thread/thr_create.c
sys/kern/kern_fork.c
sys/platform/pc64/x86_64/vm_machdep.c
sys/platform/vkernel64/x86_64/vm_machdep.c
sys/sys/param.h
sys/sys/unistd.h