Re: [Mesa-dev] [PATCH 2/6] pipe: Add PIPE_OS_HURD

2010-06-24 Thread Corbin Simpson
On Wed, Jun 23, 2010 at 6:31 PM, nobled wrote: > One tiny step toward porting Gallium to the GNU/Hurd kernel > (and fixing Debian bug #585618). > --- >  src/gallium/include/pipe/p_config.h |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/include/pipe/p_

[Mesa-dev] [PATCH 2/6] pipe: Add PIPE_OS_HURD

2010-06-23 Thread nobled
One tiny step toward porting Gallium to the GNU/Hurd kernel (and fixing Debian bug #585618). --- src/gallium/include/pipe/p_config.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index 68025fa.