The Samba-Bugzilla – Attachment 11956 Details for
Bug 11816
samba 4.4.0 fails to compile on illumos/Solaris due to FIONREAD not being declared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lib/nss_wrapper configure script fix for SOLARIS_GETGRENT_R
lib-nss.patch (text/plain), 841 bytes, created by
Jorge Schrauwen
on 2016-03-31 14:40:36 UTC
(
hide
)
Description:
lib/nss_wrapper configure script fix for SOLARIS_GETGRENT_R
Filename:
MIME Type:
Creator:
Jorge Schrauwen
Created:
2016-03-31 14:40:36 UTC
Size:
841 bytes
patch
obsolete
>$NetBSD$ > >--- lib/nss_wrapper/wscript.orig 2016-01-26 11:45:46.000000000 +0000 >+++ lib/nss_wrapper/wscript >@@ -62,7 +62,7 @@ def configure(conf): > define='HAVE_SOLARIS_GETPWUID_R', headers='unistd.h pwd.h') > conf.CHECK_C_PROTOTYPE('getgrent_r', > 'struct group *getgrent_r(struct group *src, char *buf, int buflen)', >- define='SOLARIS_GETGRENT_R', headers='unistd.h grp.h') >+ define='HAVE_SOLARIS_GETGRENT_R', headers='unistd.h grp.h') > conf.CHECK_C_PROTOTYPE('getgrnam_r', > 'int getgrnam_r(const char *name, struct group *grp, char *buf, int buflen, struct group **pgrp)', > define='HAVE_SOLARIS_GETGRNAM_R', headers='unistd.h grp.h')
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 11816
:
11950
|
11951
|
11954
|
11955
| 11956 |
11963
|
12027
|
12028
|
12029