From 5779817afefc1f5094b3cf883776acd1e969850b Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sat, 5 Sep 2009 16:02:29 +0000 Subject: u_int32_t not u_int32_ts in debug code. --- sys/dev/pci/if_bnxreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 5ab110c31e3..47ec555f591 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.32 2009/07/03 06:20:16 deraadt Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.33 2009/09/05 16:02:28 claudio Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -5022,7 +5022,7 @@ struct bnx_softc { u_int32_t mbuf_sim_alloc_failed; /* Mbuf simulated allocation failure counter. */ u_int32_t l2fhdr_status_errors; u_int32_t unexpected_attentions; - u_int32_ts lost_status_block_updates; + u_int32_t lost_status_block_updates; #endif }; -- cgit v1.2.3