oops, wrong list.  sorry!

YAMAMOTO Takashi

> Fix a regression introduced by commit fce314cd.
> ("socket-util: Fix definition of LINUX.")
> 
> Signed-off-by: YAMAMOTO Takashi <[email protected]>
> ---
>  lib/socket-util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/socket-util.c b/lib/socket-util.c
> index 5e1be3f..aa0c719 100644
> --- a/lib/socket-util.c
> +++ b/lib/socket-util.c
> @@ -360,7 +360,7 @@ shorten_name_via_proc(const char *name, char 
> short_name[MAX_UN_LEN + 1],
>      int dirfd;
>      int len;
>  
> -    if (LINUX) {
> +    if (!LINUX) {
>          return ENAMETOOLONG;
>      }
>  
> -- 
> 1.8.3.1
> 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to