Bugzilla – Attachment 206 Details for
Bug 470
make fails for OSX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to configure.ac, vis.h and vis.c
strnvis.patch (text/plain), 1.79 KB, created by
David Williams
on 2003-01-17 08:54:21 AEDT
(
hide
)
Description:
patch to configure.ac, vis.h and vis.c
Filename:
MIME Type:
Creator:
David Williams
Created:
2003-01-17 08:54:21 AEDT
Size:
1.79 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.100 >diff -u -d -b -w -u -r1.100 configure.ac >--- configure.ac 13 Jan 2003 05:55:23 -0000 1.100 >+++ configure.ac 16 Jan 2003 21:55:08 -0000 >@@ -606,7 +606,7 @@ > 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 strvis sysconf \ >+ socketpair strerror strlcat strlcpy strmode strnvis sysconf \ > tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \ > _getpty) > >Index: openbsd-compat/vis.c >=================================================================== >RCS file: /cvs/openssh/openbsd-compat/vis.c,v >retrieving revision 1.5 >diff -u -d -b -w -u -r1.5 vis.c >--- openbsd-compat/vis.c 7 Jan 2003 06:04:18 -0000 1.5 >+++ openbsd-compat/vis.c 16 Jan 2003 21:55:08 -0000 >@@ -31,7 +31,7 @@ > * SUCH DAMAGE. > */ > #include "config.h" >-#if !defined(HAVE_STRVIS) >+#if !defined(HAVE_STRNVIS) > > #if defined(LIBC_SCCS) && !defined(lint) > static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $"; >Index: openbsd-compat/vis.h >=================================================================== >RCS file: /cvs/openssh/openbsd-compat/vis.h,v >retrieving revision 1.4 >diff -u -d -b -w -u -r1.4 vis.h >--- openbsd-compat/vis.h 7 Jan 2003 06:04:18 -0000 1.4 >+++ openbsd-compat/vis.h 16 Jan 2003 21:55:08 -0000 >@@ -36,7 +36,7 @@ > * @(#)vis.h 5.9 (Berkeley) 4/3/91 > */ > #include "config.h" >-#if !defined(HAVE_STRVIS) >+#if !defined(HAVE_STRNVIS) > > #ifndef _VIS_H_ > #define _VIS_H_ >@@ -88,4 +88,4 @@ > > #endif /* !_VIS_H_ */ > >-#endif /* !HAVE_STRVIS */ >+#endif /* !HAVE_STRNVIS */
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 470
: 206