summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_spd.c3
-rw-r--r--sys/netinet/tcp_timer.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/ip_spd.c b/sys/netinet/ip_spd.c
index 5ea865cc633..e8b02490009 100644
--- a/sys/netinet/ip_spd.c
+++ b/sys/netinet/ip_spd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_spd.c,v 1.40 2001/09/24 16:22:08 angelos Exp $ */
+/* $OpenBSD: ip_spd.c,v 1.41 2002/01/02 20:35:40 deraadt Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -476,6 +476,7 @@ ipsp_spd_lookup(struct mbuf *m, int af, int hlen, int *error, int direction,
tdbp, inp, ipo);
nomatchin: /* Nothing needed here, falling through */
+ ;
}
/* Check whether cached entry applies. */
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 09f33a5dd32..93b619eee07 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_timer.c,v 1.22 2001/06/08 03:53:47 angelos Exp $ */
+/* $OpenBSD: tcp_timer.c,v 1.23 2002/01/02 20:35:40 deraadt Exp $ */
/* $NetBSD: tcp_timer.c,v 1.14 1996/02/13 23:44:09 christos Exp $ */
/*
@@ -284,6 +284,7 @@ tcp_timers(tp, timer)
rtfree(rt);
}
out:
+ ;
}
/*