The Samba-Bugzilla – Attachment 830 Details for
Bug 2135
Error building lib/replace.c on HPUX 11.00
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Changing the function declaration to match the header' prototype solves the problem
libreplace.patch (text/plain), 498 bytes, created by
Olivier Mehani
on 2004-12-08 09:02:29 UTC
(
hide
)
Description:
Changing the function declaration to match the header' prototype solves the problem
Filename:
MIME Type:
Creator:
Olivier Mehani
Created:
2004-12-08 09:02:29 UTC
Size:
498 bytes
patch
obsolete
>diff -urN samba-3.0.7.old/source/lib/replace.c samba-3.0.7/source/lib/replace.c >--- samba-3.0.7.old/source/lib/replace.c Sun Apr 4 08:37:36 2004 >+++ samba-3.0.7/source/lib/replace.c Mon Dec 6 11:52:02 2004 >@@ -415,7 +415,7 @@ > > #ifndef HAVE_VSYSLOG > #ifdef HAVE_SYSLOG >- void vsyslog (int facility_priority, char *format, va_list arglist) >+void vsyslog (int facility_priority, const char *format, va_list arglist) > { > char *msg = NULL; > vasprintf(&msg, format, arglist);
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 2135
: 830