summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-01-02 20:35:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-01-02 20:35:41 +0000
commit420eb88367b657084545ad35792707cdae119c02 (patch)
tree75dc69ebc07d5d64bad63700e3268726cf8928ab /sys/netinet
parenta47245e19a835269ad74cda089cb849447e4d40c (diff)
at least ; required after label or case; openbsd@davidkrause.com
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:
+ ;
}
/*