On Fri, Feb 01, 2008 at 12:49:11PM -0800, walt wrote: > I got grub2 compiled on NetBSD, so now on to OpenBSD: > > In file included from ../util/i386/pc/grub-mkimage.c:29: > ../include/grub/misc.h:43: warning: conflicting types for built-in function > `memcpy' > In file included from ../util/i386/pc/grub-mkimage.c:33: > /usr/include/string.h:60: error: conflicting types for `memcpy' > ../include/grub/misc.h:43: error: previous declaration of `memcpy'
Sounds strange. Why do we have memcpy at all? Shouldn't it be grub_memcpy? Redeclaring system-provided functions this way is asking for trouble... -- Robert Millan <GPLv2> I know my rights; I want my phone call! <DRM> What use is a phone call… if you are unable to speak? (as seen on /.) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel