Path: utzoo!utgpu!watmath!uunet!zephyr.ens.tek.com!orca!frip!andrew
From: andrew@frip.WV.TEK.COM (Andrew Klossner)
Newsgroups: gnu.g++.lib.bug
Subject: Error in libconfig.h for system V
Message-ID: <4186@orca.WV.TEK.COM>
Date: 10 Aug 89 18:26:23 GMT
Sender: nobody@orca.WV.TEK.COM
Distribution: gnu
Organization: Tektronix, Wilsonville, Oregon
Lines: 13

In libg++ 1.35.1, file libconfig.h contains:

	#ifdef USG
	#define bzero(src, len)       memset((src), 0, (len))
	#define bcopy(src, dest, len) memcopy((dest), (src), (len))
	#define bcmp(s1,s2,n)         memcmp((s1),(s2),(n))
	#endif

The replacement for bcopy should be named 'memcpy', not 'memcopy'.
(There is no 'memcopy' in the SVID.)

  -=- Andrew Klossner   (uunet!tektronix!frip.WV.TEK!andrew)    [UUCP]
                        (andrew%frip.wv.tek.com@relay.cs.net)   [ARPA]