[asterisk-dev] [asterisk-commits] russell: trunk r93151 - /trunk/include/asterisk/file.h

Atis Lezdins atis at iq-labs.net
Mon Dec 17 05:33:57 CST 2007


Luigi Rizzo wrote:
> On Sat, Dec 15, 2007 at 08:10:32AM -0000, SVN commits to the Asterisk project wrote:
>> Author: russell
>> Date: Sat Dec 15 02:10:32 2007
>> New Revision: 93151
>>
>> URL: http://svn.digium.com/view/asterisk?view=rev&rev=93151
>> Log:
>>  fix a typo from revision 93138
> 
> it is not a typo, the file is really called mman.h

Then why does ifdef contains HAVE_MMAP?

Regards,
Atis

> 
> cheers
> luigi
> 
>> Modified:
>>     trunk/include/asterisk/file.h
>>
>> Modified: trunk/include/asterisk/file.h
>> URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/file.h?view=diff&rev=93151&r1=93150&r2=93151
>> ==============================================================================
>> --- trunk/include/asterisk/file.h (original)
>> +++ trunk/include/asterisk/file.h Sat Dec 15 02:10:32 2007
>> @@ -30,7 +30,7 @@
>>  #endif
>>  
>>  #ifdef HAVE_MMAP
>> -#include <sys/mman.h>
>> +#include <sys/mmap.h>
>>  #endif
>>  
>>  #if defined(__cplusplus) || defined(c_plusplus)




More information about the asterisk-dev mailing list