Bugzilla – Attachment 392 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]
Test for tcsendbreak as a macro (I hope!)
openssh-tcsendbreak.patch (text/plain), 1.19 KB, created by
Darren Tucker
on 2003-09-09 15:45:11 AEST
(
hide
)
Description:
Test for tcsendbreak as a macro (I hope!)
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-09 15:45:11 AEST
Size:
1.19 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.147 >diff -u -p -r1.147 configure.ac >--- configure.ac 8 Sep 2003 21:35:17 -0000 1.147 >+++ configure.ac 9 Sep 2003 05:38:40 -0000 >@@ -663,7 +663,7 @@ AC_CHECK_FUNCS(\ > setdtablesize setegid setenv seteuid setgroups setlogin setpcred \ > setproctitle setregid setresgid setresuid setreuid setrlimit \ > setsid setvbuf sigaction sigvec snprintf socketpair strerror \ >- strlcat strlcpy strmode strnvis sysconf tcgetpgrp tcsendbreak \ >+ strlcat strlcpy strmode strnvis sysconf tcgetpgrp \ > truncate utimes vhangup vsnprintf waitpid \ > ) > >@@ -673,6 +673,13 @@ AC_SEARCH_LIBS(basename, gen, AC_DEFINE( > 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)]) >+ >+dnl tcsendbreak might be a macro >+AC_CHECK_DECL(tcsendbreak, >+ [AC_DEFINE(HAVE_TCSENDBREAK)], >+ [AC_CHECK_FUNCS(tcsendbreak)], >+ [#include <termios.h>] >+) > > 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 615
:
361
|
362
|
363
|
387
|
388
|
390
| 392 |
393
|
394