This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via a1c7fb9eab833787770f97497d38a17799d490c8 (commit) via 6a14d2a8a7056ffdf6ed6ee04b2a441795d38b5f (commit) from d2cdbe621395f3e2f5cf5f814491a33f814bb4eb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/a1c7fb9eab833787770f97497d38a17799d49...
commit a1c7fb9eab833787770f97497d38a17799d490c8 Author: Cyril Hrubis metan@ucw.cz Date: Wed Nov 21 23:08:36 2012 +0100
tests: framework: Include correct header for malloc
diff --git a/tests/framework/tst_alloc_barriers.c b/tests/framework/tst_alloc_barriers.c index c5aa7ad..315480e 100644 --- a/tests/framework/tst_alloc_barriers.c +++ b/tests/framework/tst_alloc_barriers.c @@ -22,7 +22,7 @@
#include <stdio.h> #include <sys/mman.h> -#include <malloc.h> +#include <stdlib.h> #include <unistd.h>
#include "tst_alloc_barriers.h"
http://repo.or.cz/w/gfxprim.git/commit/6a14d2a8a7056ffdf6ed6ee04b2a441795d38...
commit 6a14d2a8a7056ffdf6ed6ee04b2a441795d38b5f Author: Cyril Hrubis metan@ucw.cz Date: Wed Nov 21 23:07:35 2012 +0100
core: Remove unused include endian.h
diff --git a/include/core/GP_WritePixel.h b/include/core/GP_WritePixel.h index 18a4ef6..0d1a875 100644 --- a/include/core/GP_WritePixel.h +++ b/include/core/GP_WritePixel.h @@ -26,7 +26,6 @@ #ifndef GP_WRITEPIXEL_H #define GP_WRITEPIXEL_H
-#include <endian.h> #include <stdint.h> #include <unistd.h>
-----------------------------------------------------------------------
Summary of changes: include/core/GP_WritePixel.h | 1 - tests/framework/tst_alloc_barriers.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.