Bruno Haible wrote:

>Derek Price wrote:
>  
>
>>+Depends-on:
>>+memcpy
>>    
>>
>
>Modules of the category "Support for systems lacking ANSI C 89" are not
>listed among dependencies. We assume that projects needing support for K&R C
>and SunOS 4 will collect these modules themselves.
>  
>

My bad, I didn't realize memcpy was C89.  How about something like the
attached patch to the modules/memcpy file?

Regards,

Derek
Index: modules/memcpy
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/memcpy,v
retrieving revision 1.4
diff -u -p -r1.4 memcpy
--- modules/memcpy      22 Sep 2004 15:11:04 -0000      1.4
+++ modules/memcpy      25 May 2005 13:15:47 -0000
@@ -1,5 +1,5 @@
 Description:
-memcpy() function: copy memory area.
+memcpy() function: copy memory area.  Not known to be necessary on any system 
claiming conformance to C89.
 
 Files:
 lib/memcpy.c
_______________________________________________
bug-gnulib mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to