Menu

#9 authunix struct

open
nobody
None
5
2009-02-11
2008-12-18
bada adami
No

Most of the Unix's use uid_t and gid_t as the types for user id and group id. Why doesn't ti-rpc use these types?

It creates problem when I want to switch between two rpc types.

Discussion

  • steved

    steved - 2009-01-28
    • status: open --> closed
     
  • steved

    steved - 2009-01-28

    commit 951a1b9b0195cbe58e1e62142e84d7ec4658943f
    Author: Steve Dickson <steved@redhat.com>
    Date: Wed Jan 28 12:44:46 2009 -0500

    Converted all uid and gid variables of the type uid_t and gid_t.

    Signed-off-by: Steve Dickson <steved@redhat.com>

     
  • bada adami

    bada adami - 2009-02-11

    I looked at the patch and still has one issue. authunix_create has last parameter as "uid_t *". Shouldn't it be "gid_t *"?

     
  • bada adami

    bada adami - 2009-02-11
    • status: closed --> open