Displaying 3 results from an estimated 3 matches for "snprintf_const".
2006 Jun 29
0
openssh-4.3p2/openssh-SNAP-20060626 build failure for SunOS4.1.4
...make: *** [openbsd-compat/libopenbsd-compat.a] Error 2
Both versions have the same parameter type conflict between the
declaration of snprintf found in "./openbsd-compat/openbsd-compat.h
and the definition of snprintf found in "./openbsd-compat/bsd-snprintf.c".
(conflict: for SunOS SNPRINTF_CONST has a value which is not "const")
Fix by updating the declaration found in openbsd-compat.h to be
consistent with the previously altered bsd-snprintf.c:
*** openbsd-compat/openbsd-compat.h.orig Fri Dec 30 21:33:37 2005
--- openbsd-compat/openbsd-compat.h Wed Jun 28 13:45:49 2006...
2005 Dec 16
4
[Bug 1133] configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
http://bugzilla.mindrot.org/show_bug.cgi?id=1133
Summary: configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...AME "OpenSSH"
#define PACKAGE_STRING "OpenSSH Portable"
#define PACKAGE_TARNAME "openssh"
#define PACKAGE_VERSION "Portable"
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG_INT 4
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_SHORT_INT 2
#define SNPRINTF_CONST const
#define SSH_PRIVSEP_USER "sshd"
#define USER_PATH "/bin:/usr/sbin:/sbin:/usr/bin"
#define USE_PIPES 1
#define _PATH_PASSWD_PROG "/usr/bin/passwd"
#define _PATH_SSH_PIDDIR "/var/run"
configure: exit 0
----------------------------------------------------...