Bugzilla – Attachment 387 Details for
Bug 615
OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Move libgen test after dirname test
openssh-libgen.patch (text/plain), 959 bytes, created by
Darren Tucker
on 2003-09-06 12:51:47 AEST
(
hide
)
Description:
Move libgen test after dirname test
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-06 12:51:47 AEST
Size:
959 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.143 >diff -u -p -r1.143 configure.ac >--- configure.ac 26 Aug 2003 01:58:16 -0000 1.143 >+++ configure.ac 6 Sep 2003 02:51:11 -0000 >@@ -663,9 +663,6 @@ AC_CHECK_FUNCS(\ > truncate utimes vhangup vsnprintf waitpid \ > ) > >-AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) >-AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) >- > dnl Make sure prototypes are defined for these before using them. > AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)]) > AC_CHECK_DECL(getrusage, [AC_CHECK_FUNCS(getrusage)]) >@@ -706,6 +703,9 @@ int main(int argc, char **argv) { > fi > ]) > ]) >+ >+AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) >+AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) > > dnl Checks for time functions > AC_CHECK_FUNCS(gettimeofday time)
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 615
:
361
|
362
|
363
| 387 |
388
|
390
|
392
|
393
|
394