The Samba-Bugzilla – Attachment 593 Details for
Bug 1512
3.0.5rc1 smbd core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make sure we use builtin unix98 printf
internal-printf.patch (text/plain), 459 bytes, created by
James Peach
on 2004-08-02 01:07:46 UTC
(
hide
)
Description:
make sure we use builtin unix98 printf
Filename:
MIME Type:
Creator:
James Peach
Created:
2004-08-02 01:07:46 UTC
Size:
459 bytes
patch
obsolete
>diff -r -u reference/source/lib/snprintf.c work/source/lib/snprintf.c >--- reference/source/lib/snprintf.c Fri Jul 9 03:06:13 2004 >+++ work/source/lib/snprintf.c Tue Jul 27 10:37:04 2004 >@@ -821,6 +821,7 @@ > { > return dopr(str, count, fmt, args); > } >+#define vsnprintf smb_vsnprintf > #endif > > /* yes this really must be a ||. Don't muck with this (tridge) >@@ -840,6 +841,7 @@ > va_end(ap); > return ret; > } >+#define snprintf smb_snprintf > #endif > > #endif
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 1512
: 593