Fix gcc 3.0 warnings.

This commit is contained in:
Guus Sliepen 2001-06-29 13:09:55 +00:00
parent 402b85c482
commit c9591bd1de
2 changed files with 4 additions and 2 deletions

View file

@ -17,13 +17,14 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: connection.c,v 1.1.2.11 2001/06/05 16:09:55 guus Exp $ $Id: connection.c,v 1.1.2.12 2001/06/29 13:09:55 guus Exp $
*/ */
#include "config.h" #include "config.h"
#include <stdio.h> #include <stdio.h>
#include <syslog.h> #include <syslog.h>
#include <string.h>
#include <avl_tree.h> #include <avl_tree.h>
#include <list.h> #include <list.h>

View file

@ -17,13 +17,14 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: subnet.c,v 1.1.2.22 2001/06/06 19:11:16 guus Exp $ $Id: subnet.c,v 1.1.2.23 2001/06/29 13:09:55 guus Exp $
*/ */
#include "config.h" #include "config.h"
#include <stdio.h> #include <stdio.h>
#include <syslog.h> #include <syslog.h>
#include <string.h>
#include "conf.h" #include "conf.h"
#include "net.h" #include "net.h"