Bugzilla – Attachment 147 Details for
Bug 397
Openssh build failure AIX 4.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Undef HAVE_STRSEP on AIX
openssh-aixstrsep.patch (text/plain), 566 bytes, created by
Darren Tucker
on 2002-09-20 00:33:45 AEST
(
hide
)
Description:
Undef HAVE_STRSEP on AIX
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2002-09-20 00:33:45 AEST
Size:
566 bytes
patch
obsolete
>Index: openbsd-compat/strsep.h >=================================================================== >RCS file: /cvs/openssh/openbsd-compat/strsep.h,v >retrieving revision 1.2 >diff -u -r1.2 strsep.h >--- openbsd-compat/strsep.h 9 Feb 2001 01:55:36 -0000 1.2 >+++ openbsd-compat/strsep.h 19 Sep 2002 14:26:15 -0000 >@@ -5,6 +5,11 @@ > > #include "config.h" > >+/* Some releases of AIX 4.3 have strsep but don't define the prototype */ >+#ifdef _AIX >+# undef HAVE_STRSEP >+#endif >+ > #ifndef HAVE_STRSEP > char *strsep(char **stringp, const char *delim); > #endif /* HAVE_STRSEP */
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 397
:
147
|
151