bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] [bug-gnulib] New getlogin_r module


From: Derek Price
Subject: Re: [bug-gnulib] [bug-gnulib] New getlogin_r module
Date: Wed, 25 May 2005 09:15:59 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]