Bug 305 - openssh-3.4p1/openbsd-compat/setenv.c lacks include
Summary: openssh-3.4p1/openbsd-compat/setenv.c lacks include
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Miscellaneous (show other bugs)
Version: -current
Hardware: SPARC SunOS
: P3 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 19:42 AEST by Albert Fluegel
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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