The Samba-Bugzilla – Attachment 1042 Details for
Bug 2474
client/clitar.c / krb5-1.4 / compilation failure and solution(s)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to use regex
SAMBA.TXT (text/plain), 614 bytes, created by
Alexander J. Herrmann
on 2005-03-17 01:33:06 UTC
(
hide
)
Description:
Patch to use regex
Filename:
MIME Type:
Creator:
Alexander J. Herrmann
Created:
2005-03-17 01:33:06 UTC
Size:
614 bytes
patch
obsolete
>--- /aIEngine/util/server/samba-3.0.11/source/client/clitar.c 2004-12-15 21:33:11.000000000 +0700 >+++ client/clitar.c 2005-03-17 14:10:40.000000000 +0700 >@@ -38,6 +38,15 @@ > #include "includes.h" > #include "clitar.h" > #include "client/client_proto.h" >+/* Fix by Alexander J. Herrmann <alexander_herrmann@yahoo.com.au> >+ make sure that regex.h is really included when gssapi.h is used >+ from krb5-1.4 as it only claims to have it without including it. >+*/ >+#ifdef HAVE_REGEX_H >+#ifndef _REGEX_H >+#include <regex.h> >+#endif >+#endif > > static int clipfind(char **aret, int ret, char *tok);
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 2474
: 1042