search for: 941a958

Displaying 3 results from an estimated 3 matches for "941a958".

2014 Apr 09
2
Patch to fix compiler warnings and error status collisions
...correctly. Right? > > I'm going to play with this idea. That fixed it. Commit is here: https://git.xiph.org/?p=flac.git;a=commit;h=3f5208c30022b7cbd0b9095ad3550c4f6cb348c9 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 co...
2014 Apr 11
0
Patch to fix compiler warnings and error status collisions
...play with this idea. > > That fixed it. Commit is here: > > > https://git.xiph.org/?p=flac.git;a=commit;h=3f5208c30022b7cbd0b9095ad3550c4f6cb348c9 > > > 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> &g...
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