FreeBSD Bugzilla – Attachment 152373 Details for
Bug 197196
databases/freetds-devel: fix broken build and correct SIGBUS on tdsdbopen()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use getenv("HOME") instead of getpwuid_r
patch-src_tds_threadsafe.c (text/plain), 234 bytes, created by
Dave Green
on 2015-01-30 14:04:40 UTC
(
hide
)
Description:
use getenv("HOME") instead of getpwuid_r
Filename:
MIME Type:
Creator:
Dave Green
Created:
2015-01-30 14:04:40 UTC
Size:
234 bytes
patch
obsolete
>--- src/tds/threadsafe.c.orig 2015-01-25 15:46:40 UTC >+++ src/tds/threadsafe.c >@@ -23,6 +23,8 @@ > #include <stdarg.h> > #include <stdio.h> > >+#undef HAVE_GETPWUID_R >+ > #if HAVE_UNISTD_H > #include <unistd.h> > #endif /* HAVE_UNISTD_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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197196
:
152372
| 152373