Discussion:
Attach_User_Context: implicit declaration
(too old to reply)
cs412052
2005-02-20 01:53:27 UTC
Permalink
Should Attach_User_Context really be called within Setup_User_Thread, as
the hints suggest? Since kthread.c does not include user.h, calling A_U_C
causes 'implicit declaration of function' issues. Could a workaround
be a pointer-to-function?

Andrew
Timothy Finley
2005-02-20 02:13:30 UTC
Permalink
Post by cs412052
Should Attach_User_Context really be called within Setup_User_Thread, as
the hints suggest? Since kthread.c does not include user.h, calling A_U_C
causes 'implicit declaration of function' issues. Could a workaround
be a pointer-to-function?
Andrew
Or you could just include user.h. I'm fairly sure they just forgot to put
it there and I think that its ok for us to add it ourselves.

Tim
Tom Brubaker
2005-02-20 03:50:58 UTC
Permalink
That's what I did.

Loading...