FreeBSD Bugzilla – Attachment 160210 Details for
Bug 202565
[patch] net/samba42 Core dumping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patches replace.c
samba_replace.c.diff (text/plain), 7.31 KB, created by
Andrej Ebert
on 2015-08-22 10:20:43 UTC
(
hide
)
Description:
patches replace.c
Filename:
MIME Type:
Creator:
Andrej Ebert
Created:
2015-08-22 10:20:43 UTC
Size:
7.31 KB
patch
obsolete
>Index: databases/ldb/files/patch-lib_replace_replace.c >=================================================================== >--- databases/ldb/files/patch-lib_replace_replace.c (revision 0) >+++ databases/ldb/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2015-07-21 20:32:32 UTC >++++ lib/replace/replace.c >+@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st >+ } >+ #else >+ #ifdef HAVE_BSD_STRTOLL >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoll(str, endptr, base); >+@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: databases/ldb/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/ntdb/files/patch-lib_replace_replace.c >=================================================================== >--- databases/ntdb/files/patch-lib_replace_replace.c (revision 0) >+++ databases/ntdb/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2013-10-27 08:21:21 UTC >++++ lib/replace/replace.c >+@@ -511,6 +511,7 @@ long long int rep_strtoll(const char *st >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOQ >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoq(str, endptr, base); >+@@ -549,6 +550,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: databases/ntdb/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: databases/tdb/files/patch-lib_replace_replace.c >=================================================================== >--- databases/tdb/files/patch-lib_replace_replace.c (revision 0) >+++ databases/tdb/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2015-07-21 20:32:32 UTC >++++ lib/replace/replace.c >+@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st >+ } >+ #else >+ #ifdef HAVE_BSD_STRTOLL >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoll(str, endptr, base); >+@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: databases/tdb/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Index: devel/talloc/files/patch-lib_replace_replace.c >=================================================================== >--- devel/talloc/files/patch-lib_replace_replace.c (revision 0) >+++ devel/talloc/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2015-07-21 20:32:32 UTC >++++ lib/replace/replace.c >+@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st >+ } >+ #else >+ #ifdef HAVE_BSD_STRTOLL >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoll(str, endptr, base); >+@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: devel/talloc/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Index: devel/tevent/files/patch-lib_replace_replace.c >=================================================================== >--- devel/tevent/files/patch-lib_replace_replace.c (revision 0) >+++ devel/tevent/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2015-04-29 09:20:16 UTC >++++ lib/replace/replace.c >+@@ -519,6 +519,7 @@ long long int rep_strtoll(const char *st >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOQ >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoq(str, endptr, base); >+@@ -557,6 +558,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: devel/tevent/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: net/samba42/files/patch-lib_replace_replace.c >=================================================================== >--- net/samba42/files/patch-lib_replace_replace.c (revision 0) >+++ net/samba42/files/patch-lib_replace_replace.c (working copy) >@@ -0,0 +1,18 @@ >+--- lib/replace/replace.c.orig 2014-10-01 09:16:21 UTC >++++ lib/replace/replace.c >+@@ -511,6 +511,7 @@ long long int rep_strtoll(const char *st >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOQ >++#undef strtoll >+ long long int rep_strtoll(const char *str, char **endptr, int base) >+ { >+ long long int nb = strtoq(str, endptr, base); >+@@ -549,6 +550,7 @@ unsigned long long int rep_strtoull(cons >+ #else >+ #ifdef HAVE_BSD_STRTOLL >+ #ifdef HAVE_STRTOUQ >++#undef strtoull >+ unsigned long long int rep_strtoull(const char *str, char **endptr, int base) >+ { >+ unsigned long long int nb = strtouq(str, endptr, base); > >Property changes on: net/samba42/files/patch-lib_replace_replace.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202565
: 160210