Bugzilla – Attachment 433 Details for
Bug 671
vis.h is not #includ'ed in OpenBSD 3.1 build of OpenSSH portable 3.7p1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix vis.h problem
visfix.diff (text/plain), 1.07 KB, created by
Damien Miller
on 2003-09-19 16:25:25 AEST
(
hide
)
Description:
Fix vis.h problem
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2003-09-19 16:25:25 AEST
Size:
1.07 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /var/cvs/openssh/configure.ac,v >retrieving revision 1.154.2.1 >diff -u -r1.154.2.1 configure.ac >--- configure.ac 16 Sep 2003 05:48:15 -0000 1.154.2.1 >+++ configure.ac 19 Sep 2003 06:23:30 -0000 >@@ -463,7 +463,7 @@ > sys/cdefs.h sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ > sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ > sys/un.h time.h tmpdir.h ttyent.h usersec.h \ >- util.h utime.h utmp.h utmpx.h) >+ util.h utime.h utmp.h utmpx.h vis.h) > > # Checks for libraries. > AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match)) >Index: log.c >=================================================================== >RCS file: /var/cvs/openssh/log.c,v >retrieving revision 1.33 >diff -u -r1.33 log.c >--- log.c 25 May 2003 04:45:02 -0000 1.33 >+++ log.c 19 Sep 2003 06:23:30 -0000 >@@ -40,6 +40,9 @@ > #include "xmalloc.h" > > #include <syslog.h> >+#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) >+# include <vis.h> >+#endif > > static LogLevel log_level = SYSLOG_LEVEL_INFO; > static int log_on_stderr = 1;
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 671
: 433