summaryrefslogtreecommitdiff
path: root/modules/deflate.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 /modules/deflate.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 'modules/deflate.c')
-rw-r--r--modules/deflate.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/deflate.c b/modules/deflate.c
index 194b4ef..c896846 100644
--- a/modules/deflate.c
+++ b/modules/deflate.c
@@ -35,7 +35,7 @@
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: deflate.c,v 1.11 2002/12/06 09:49:15 paulus Exp $
+ * $Id: deflate.c,v 1.12 2004/01/17 05:47:55 carlsonj Exp $
*/
#ifdef AIX4
@@ -56,6 +56,10 @@
#include "../common/zlib.h"
#endif
+#ifdef SOL2
+#include <sys/sunddi.h>
+#endif
+
#if DO_DEFLATE
#define DEFLATE_DEBUG 1