[Bug 305] New: openssh-3.4p1/openbsd-compat/setenv.c lacks include
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jun 27 19:42:12 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=305
Summary: openssh-3.4p1/openbsd-compat/setenv.c lacks include
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: tdsc.af at infineon.com
openssh-3.4p1/openbsd-compat/setenv.c lacks
#include "includes.h"
so memmove is not defined to bcopy on platforms, that don't have memmove
and thus the linker will fail with a message, that _memmove is not defined.
Suggest to add it following #include <string.h>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list