Bug 305

Summary: openssh-3.4p1/openbsd-compat/setenv.c lacks include
Product: Portable OpenSSH Reporter: Albert Fluegel <tdsc.af>
Component: MiscellaneousAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: -current   
Hardware: SPARC   
OS: SunOS   

Description Albert Fluegel 2002-06-27 19:42:09 AEST
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>
Comment 1 Ben Lindstrom 2002-06-28 10:25:02 AEST
fixed in cvs
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED