search for: gwinsz_in_sys_ioctl

Displaying 3 results from an estimated 3 matches for "gwinsz_in_sys_ioctl".

2014 Apr 09
2
Patch to fix compiler warnings and error status collisions
...50c4f6cb348c9 What didn't get added was this: diff --git a/src/flac/utils.c b/src/flac/utils.c index 4bf05e2..941a958 100644 --- a/src/flac/utils.c +++ b/src/flac/utils.c @@ -35,7 +35,7 @@ #ifdef HAVE_TERMIOS_H # include <termios.h> #endif -#ifdef GWINSZ_IN_SYS_IOCTL +#if !defined __ANDROID__ # include <sys/ioctl.h> #endif #endif because that seemed completely un-related. What's this bit all about? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2014 Apr 11
0
Patch to fix compiler warnings and error status collisions
...s: > > diff --git a/src/flac/utils.c b/src/flac/utils.c > index 4bf05e2..941a958 100644 > --- a/src/flac/utils.c > +++ b/src/flac/utils.c > @@ -35,7 +35,7 @@ > #ifdef HAVE_TERMIOS_H > # include <termios.h> > #endif > -#ifdef GWINSZ_IN_SYS_IOCTL > +#if !defined __ANDROID__ > # include <sys/ioctl.h> > #endif > #endif > > because that seemed completely un-related. What's this bit all about? > > Erik > -- > ---------------------------------------------------------------------- > Er...
2014 Apr 07
2
Patch to fix compiler warnings and error status collisions
On Apr 7, 2014, at 4:07 AM, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Lenny Maiorani wrote: > >> I am new around here, so I am not sure of all your procedures >> for submitting patches/pull requests. > > A patch like you sent is fine. When I commit that I will add > a Patch-from line to the commit. > > Otherwise, you can commit to you local