[asterisk-dev] [asterisk-commits] russell: trunk r93151 - /trunk/include/asterisk/file.h
Luigi Rizzo
rizzo at icir.org
Sat Dec 15 03:02:57 CST 2007
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
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)
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-commits mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-commits
More information about the asterisk-dev
mailing list