Bugzilla – Attachment 151 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]
Ensure strsep is defined before checking for function in library
openssh-strsep.patch (text/plain), 928 bytes, created by
Darren Tucker
on 2002-09-26 22:27:15 AEST
(
hide
)
Description:
Ensure strsep is defined before checking for function in library
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2002-09-26 22:27:15 AEST
Size:
928 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.89 >diff -u -r1.89 configure.ac >--- configure.ac 26 Sep 2002 00:38:47 -0000 1.89 >+++ configure.ac 26 Sep 2002 12:13:09 -0000 >@@ -604,8 +604,11 @@ > realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ > setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ > setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ >- socketpair strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp \ >+ socketpair strerror strlcat strlcpy strmode sysconf tcgetpgrp \ > truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) >+ >+dnl Make sure strsep prototype is defined before defining HAVE_STRSEP >+AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)]) > > dnl IRIX and Solaris 2.5.1 have dirname() in libgen > AC_CHECK_FUNCS(dirname, [AC_CHECK_HEADERS(libgen.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 397
:
147
| 151