blob: 4ad51bbed7416126b302aeeb03c4eec201f9aa96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
uClibc doesn't have <sys/stropts.h>
---
src/init.h | 1 -
1 file changed, 1 deletion(-)
Index: rxvt-2.7.5/src/init.h
===================================================================
--- rxvt-2.7.5.orig/src/init.h
+++ rxvt-2.7.5/src/init.h
@@ -16,7 +16,6 @@
#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
# include <sys/resource.h> /* for struct rlimit */
-# include <sys/stropts.h> /* for I_PUSH */
# define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */
#endif
|