1 2 3 4 5 6 7 8 9 10 11
--- examples/rlfe/pty.c.orig 2005-12-24 16:49:08 +0000 +++ examples/rlfe/pty.c 2005-12-24 16:49:14 +0000 @@ -34,7 +34,7 @@ #endif /* for solaris 2.1, Unixware (SVR4.2) and possibly others */ -#ifdef HAVE_SVR4_PTYS +#if defined(HAVE_SVR4_PTYS) && !defined(__UCLIBC__) # include <sys/stropts.h> #endif