diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/ubsec.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_spd.c | 3 | ||||
-rw-r--r-- | sys/netinet/tcp_timer.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index b02818346c2..0d0504278e4 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.84 2001/12/11 23:19:02 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.85 2002/01/02 20:35:40 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -509,6 +509,7 @@ dev_rawpart(dv) return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART)); break; default: + ; } return (NODEV); diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index 3dc6edef437..e2e2db7d510 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsec.c,v 1.76 2001/12/07 18:08:20 jason Exp $ */ +/* $OpenBSD: ubsec.c,v 1.77 2002/01/02 20:35:40 deraadt Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -240,6 +240,7 @@ ubsec_attach(parent, self, aux) timeout_add(&sc->sc_rngto, sc->sc_rnghz); printf(", rng"); skip_rng: + ; } WRITE_REG(sc, BS_CTRL, 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: + ; } /* |