]> git.draconx.ca Git - gentoo-fixes.git/blob - sys-devel/heirloom-devtools/files/heirloom-devtools-070527-no-stropts.patch
heirloom-devtools: Fix build on new glibc.
[gentoo-fixes.git] / sys-devel / heirloom-devtools / files / heirloom-devtools-070527-no-stropts.patch
1 diff --git a/make/src/doname.cc b/make/src/doname.cc
2 index 6b6f3d3..7b5bb33 100644
3 --- a/make/src/doname.cc
4 +++ b/make/src/doname.cc
5 @@ -72,10 +72,6 @@
6  
7  #include <signal.h>
8  
9 -#if defined (__sun) || defined (__linux__)
10 -#      include <stropts.h>
11 -#endif
12 -
13  #include <sys/errno.h>
14  #include <sys/stat.h>
15  #include <sys/types.h>