>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:     [EMAIL PROTECTED]
>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:


Reply via email to