Skip to content
Snippets Groups Projects
Commit acc2093b authored by Eric Mei's avatar Eric Mei
Browse files

branch: HEAD

fix gss build failure on x86_64.
b=16306
parent 6a21e9e1
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,6 @@ struct lgssd_ioctl_param {
int lnet_nid2hostname(lnet_nid_t nid, char *buf, int buflen);
void cleanup_mapping(void);
int lookup_mapping(char *princ, uint64_t nid, uid_t *uid);
int lookup_mapping(char *princ, lnet_nid_t nid, uid_t *uid);
#endif /* __LSUPPORT_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment