Sorry about that. Pushed by mistake.

1. Commit log conventions.
2. The author was not set on phab and I haven't noticed that before 
pushing. :(

--
Tom.

On 18/02/15 12:36, Tom Hacohen wrote:
> tasn pushed a commit to branch master.
>
> http://git.enlightenment.org/core/enlightenment.git/commit/?id=86654c86f820116eee92a86d84aa19f76707cbec
>
> commit 86654c86f820116eee92a86d84aa19f76707cbec
> Author: Tom Hacohen <t...@stosb.com>
> Date:   Wed Feb 18 12:36:20 2015 +0000
>
>      Allow building without ptrace
>
>      Summary: Building without ptrace (on OSes which do not support it, like 
> OpenBSD) did not work, because the fallback code had small typos.
>
>      Reviewers: devilhorns
>
>      Projects: #enlightenment-git
>
>      Differential Revision: https://phab.enlightenment.org/D1990
> ---
>   src/bin/e_start_main.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c
> index e52ad51..9394284 100644
> --- a/src/bin/e_start_main.c
> +++ b/src/bin/e_start_main.c
> @@ -352,7 +352,7 @@ _e_ptrace_detach(int child, int back, Eina_Bool 
> really_know)
>   #else
>      (void)child;
>      (void)back;
> -   (void)really_know);
> +   (void)really_know;
>   #endif
>   }
>
> @@ -389,7 +389,7 @@ _e_ptrace_continue(int child, int back, Eina_Bool 
> really_know)
>   #else
>      (void)child;
>      (void)back;
> -   (void)really_know);
> +   (void)really_know;
>   #endif
>   }
>
>



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to