ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src tcp_util.c,1.4,1.5


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src tcp_util.c,1.4,1.5
Date: Sun, 16 Mar 2003 16:30:04 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv19740/src

Modified Files:
        tcp_util.c 
Log Message:
Eliminate obsolete <values.h> include

Index: tcp_util.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/tcp_util.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcp_util.c  16 Mar 2003 12:57:27 -0000      1.4
+++ tcp_util.c  16 Mar 2003 21:29:37 -0000      1.5
@@ -38,7 +38,6 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <values.h>
 
 #include "globals.h"
 #include "plugin_api.h"
@@ -277,7 +276,7 @@
        struct connect_callback_data * ccd;
        int error;
 
-       if(tag_pool >= MAXINT)
+       if(tag_pool >= INT_MAX)
                return -1;
 
        if(!(server = gethostbyname(host))) {
@@ -321,4 +320,5 @@
                return -1;
        }
 }
+
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]