diff options
author | 2004-07-30 03:56:42 +0000 | |
---|---|---|
committer | 2004-07-30 03:56:42 +0000 | |
commit | 5539464894d2873c4b7726c0a1172ab24000ed39 (patch) | |
tree | c7acfbed681f9f0794f3031a8531975f2adff455 /app-misc/screen/files | |
parent | ver bump for uclibc (diff) | |
download | historical-5539464894d2873c4b7726c0a1172ab24000ed39.tar.gz historical-5539464894d2873c4b7726c0a1172ab24000ed39.tar.bz2 historical-5539464894d2873c4b7726c0a1172ab24000ed39.zip |
small patch to let uclibc compile
Diffstat (limited to 'app-misc/screen/files')
-rw-r--r-- | app-misc/screen/files/4.0.2-no-pty.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/screen/files/4.0.2-no-pty.patch b/app-misc/screen/files/4.0.2-no-pty.patch new file mode 100644 index 000000000000..7b7b7984fff9 --- /dev/null +++ b/app-misc/screen/files/4.0.2-no-pty.patch @@ -0,0 +1,14 @@ +--- screen-4.0.2/pty.c.orig 2004-07-29 23:53:45.313533536 -0400 ++++ screen-4.0.2/pty.c 2004-07-29 23:53:59.011451136 -0400 +@@ -33,11 +33,6 @@ + # include <sys/ioctl.h> + #endif + +-/* for solaris 2.1, Unixware (SVR4.2) and possibly others */ +-#ifdef HAVE_SVR4_PTYS +-# include <sys/stropts.h> +-#endif +- + #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) + # include <sys/ttold.h> + #endif |