Changeset 599 for trunk/server/nsswitch/winbind_nss_freebsd.c
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/nsswitch/winbind_nss_freebsd.c
r414 r599 59 59 { NSDB_GROUP, "getgrgid_r", __nss_compat_getgrgid_r, _nss_winbind_getgrgid_r }, 60 60 { NSDB_GROUP, "getgrent_r", __nss_compat_getgrent_r, _nss_winbind_getgrent_r }, 61 { NSDB_GROUP, " endgrent", __nss_compat_setgrent, _nss_winbind_setgrent },62 { NSDB_GROUP, " setgrent", __nss_compat_endgrent, _nss_winbind_endgrent },61 { NSDB_GROUP, "setgrent", __nss_compat_setgrent, _nss_winbind_setgrent }, 62 { NSDB_GROUP, "endgrent", __nss_compat_endgrent, _nss_winbind_endgrent }, 63 63 64 64 { NSDB_PASSWD, "getpwnam_r", __nss_compat_getpwnam_r, _nss_winbind_getpwnam_r }, 65 65 { NSDB_PASSWD, "getpwuid_r", __nss_compat_getpwuid_r, _nss_winbind_getpwuid_r }, 66 66 { NSDB_PASSWD, "getpwent_r", __nss_compat_getpwent_r, _nss_winbind_getpwent_r }, 67 { NSDB_PASSWD, " endpwent", __nss_compat_setpwent, _nss_winbind_setpwent },68 { NSDB_PASSWD, " setpwent", __nss_compat_endpwent, _nss_winbind_endpwent },67 { NSDB_PASSWD, "setpwent", __nss_compat_setpwent, _nss_winbind_setpwent }, 68 { NSDB_PASSWD, "endpwent", __nss_compat_endpwent, _nss_winbind_endpwent }, 69 69 70 70 };
Note:
See TracChangeset
for help on using the changeset viewer.