The Samba-Bugzilla – Attachment 6414 Details for
Bug 8099
setpwent() actually does endpwent() and vice versa on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for nsswitch/winbind_nss_freebsd.c
winbind_nss_freebsd.c.diff (text/plain), 1.27 KB, created by
Sergey Korsak
on 2011-04-19 15:23:30 UTC
(
hide
)
Description:
Patch for nsswitch/winbind_nss_freebsd.c
Filename:
MIME Type:
Creator:
Sergey Korsak
Created:
2011-04-19 15:23:30 UTC
Size:
1.27 KB
patch
obsolete
>--- nsswitch/winbind_nss_freebsd.c 2011-04-19 17:31:31.000000000 +0300 >+++ nsswitch/winbind_nss_freebsd.c 2011-04-19 17:32:23.000000000 +0300 >@@ -58,14 +58,14 @@ > { NSDB_GROUP, "getgrnam_r", __nss_compat_getgrnam_r, _nss_winbind_getgrnam_r }, > { NSDB_GROUP, "getgrgid_r", __nss_compat_getgrgid_r, _nss_winbind_getgrgid_r }, > { NSDB_GROUP, "getgrent_r", __nss_compat_getgrent_r, _nss_winbind_getgrent_r }, >-{ NSDB_GROUP, "endgrent", __nss_compat_setgrent, _nss_winbind_setgrent }, >-{ NSDB_GROUP, "setgrent", __nss_compat_endgrent, _nss_winbind_endgrent }, >+{ NSDB_GROUP, "setgrent", __nss_compat_setgrent, _nss_winbind_setgrent }, >+{ NSDB_GROUP, "endgrent", __nss_compat_endgrent, _nss_winbind_endgrent }, > > { NSDB_PASSWD, "getpwnam_r", __nss_compat_getpwnam_r, _nss_winbind_getpwnam_r }, > { NSDB_PASSWD, "getpwuid_r", __nss_compat_getpwuid_r, _nss_winbind_getpwuid_r }, > { NSDB_PASSWD, "getpwent_r", __nss_compat_getpwent_r, _nss_winbind_getpwent_r }, >-{ NSDB_PASSWD, "endpwent", __nss_compat_setpwent, _nss_winbind_setpwent }, >-{ NSDB_PASSWD, "setpwent", __nss_compat_endpwent, _nss_winbind_endpwent }, >+{ NSDB_PASSWD, "setpwent", __nss_compat_setpwent, _nss_winbind_setpwent }, >+{ NSDB_PASSWD, "endpwent", __nss_compat_endpwent, _nss_winbind_endpwent }, > > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8099
: 6414 |
6415