Fix warnings in lwp/process.c
authorAndrew Deason <adeason@sinenomine.net>
Wed, 7 Oct 2009 22:07:52 +0000 (17:07 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 8 Oct 2009 10:46:16 +0000 (03:46 -0700)
commit8ef41263cfaff03cd5c33a0278d327596c68b730
treea8528c46bfe3c6bb2eb5cbca092463c74e020bff
parent36be36e034141ded8fff5ff2edab3223b23c9fcf
Fix warnings in lwp/process.c

 -- The EP/ep function does not return anything; declare the function pointer
    accordingly

 -- Explicitly cast &stackvar to char* to avoid a warning

Reviewed-on: http://gerrit.openafs.org/598
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/lwp/process.c