summaryrefslogtreecommitdiff
path: root/pppd/sys-solaris.c
diff options
context:
space:
mode:
authorJames Carlson <carlsonj@workingcode.com>2004-01-17 05:47:55 +0000
committerJames Carlson <carlsonj@workingcode.com>2004-01-17 05:47:55 +0000
commita75742c5e72fa5718e57d77586887d58755feebe (patch)
tree7de758269e3b87001fab4d807a2c9cc36804ee5f /pppd/sys-solaris.c
parent3f5640f901a83dd41367b8cdeeaa90222f3c967a (diff)
downloadppp-a75742c5e72fa5718e57d77586887d58755feebe.tar.gz
Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.o
in makefile). Updated ppp_mod so that it will work with Solaris 10 and beyond (identify entry point is now obsolete). Fixed warnings in chat, bsd-comp, deflate, vjcompress, chap-new, sys-solaris, tty, pppdump, ppp_comp.
Diffstat (limited to 'pppd/sys-solaris.c')
-rw-r--r--pppd/sys-solaris.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pppd/sys-solaris.c b/pppd/sys-solaris.c
index d134fe9..076bf7d 100644
--- a/pppd/sys-solaris.c
+++ b/pppd/sys-solaris.c
@@ -90,7 +90,7 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define RCSID "$Id: sys-solaris.c,v 1.11 2003/04/07 00:01:46 paulus Exp $"
+#define RCSID "$Id: sys-solaris.c,v 1.12 2004/01/17 05:47:55 carlsonj Exp $"
#include <limits.h>
#include <stdio.h>
@@ -107,6 +107,7 @@
#endif
#include <signal.h>
#include <utmpx.h>
+#include <stropts.h>
#include <sys/types.h>
#include <sys/ioccom.h>
#include <sys/stream.h>