You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ken Yap <ke...@syd.dit.csiro.au> on 1997/04/10 06:30:01 UTC

mod_proxy/348: #define memmove to bcopy missing from mod_proxy.h leading to undef memmove at link time

>Number:         348
>Category:       mod_proxy
>Synopsis:       #define memmove to bcopy missing from mod_proxy.h leading to undef memmove at link time
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Apr  9 21:30:01 1997
>Originator:     ken@syd.dit.csiro.au
>Organization:
apache
>Release:        1.2b8
>Environment:
SunOS 4.1.4
>Description:
This needs to be added to mod_proxy.h

/* for old systems with bcopy() but no memmove() */
#ifdef USEBCOPY
#define memmove(d, s, c)        bcopy(s, d, c)
#endif
>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted: