Update of /cvsroot/javanetsim/IceScan/icesockets
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5646
Modified Files:
queue.h sock_eth.h
Log Message:
no message
Index: sock_eth.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_eth.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sock_eth.h 17 Dec 2006 15:06:37 -0000 1.2
--- sock_eth.h 17 Dec 2006 15:14:51 -0000 1.3
***************
*** 23,27 ****
#include "queue.h"
! #include "dnet.h"
struct ip_intf {
--- 23,27 ----
#include "queue.h"
! #include <dnet.h>
struct ip_intf {
Index: queue.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icesockets/queue.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** queue.h 17 Dec 2006 15:06:37 -0000 1.1
--- queue.h 17 Dec 2006 15:14:51 -0000 1.2
***************
*** 1,5 ****
- /* $OpenBSD: queue.h,v 1.22 2001/06/23 04:39:35 angelos Exp $ */
- /* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */
-
/*
* Copyright (c) 1991, 1993
--- 1,2 ----
***************
*** 14,22 ****
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
! * 3. All advertising materials mentioning features or use of this software
! * must display the following acknowledgement:
! * This product includes software developed by the University of
! * California, Berkeley and its contributors.
! * 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
--- 11,15 ----
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
! * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
|