diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index 2f584dc45f42..1e33dd46fbb9 100644 --- a/usr.sbin/IPXrouted/sap_tables.c +++ b/usr.sbin/IPXrouted/sap_tables.c @@ -28,14 +28,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sap_tables.c,v 1.3 1997/02/22 16:01:01 peter Exp $ */ #include "defs.h" #include #include -/* XXX I thought that this should work! #include */ -#include #define FIXLEN(s) { if ((s)->sa_len == 0) (s)->sa_len = sizeof (*(s));} @@ -323,4 +321,3 @@ sap_delete(struct sap_entry *sap) remque(sap); free(sap); } - diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index 17d1330f5c53..17b266080a79 100644 --- a/usr.sbin/IPXrouted/tables.c +++ b/usr.sbin/IPXrouted/tables.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: tables.c,v 1.4 1997/02/22 16:01:03 peter Exp $ */ #ifndef lint @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93"; #include #include #include -/* XXX I thought that this should work! #include */ -#include #ifndef DEBUG #define DEBUG 0 @@ -467,4 +465,3 @@ rtioctl(action, ort) return write(r, (char *)&w, rtm.rtm_msglen); #endif /* RTM_ADD */ } -