diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2008-02-23 21:35:42 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2008-02-23 21:35:42 +0000 |
commit | 951a5069fcc2ef7112b1263422993d4b0491c2ab (patch) | |
tree | 7039dce82745110a812b47fdcb90706fb754f48c | |
parent | 194cc715038fcf795adfd106cf228b3647942eff (diff) |
forgot that one when committing the if_ipw.c memleak fix. Hopefully
unbreaks the tree.
-rw-r--r-- | sys/dev/pci/if_ipwvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ipwvar.h b/sys/dev/pci/if_ipwvar.h index ccc61d078da..56348ad2f92 100644 --- a/sys/dev/pci/if_ipwvar.h +++ b/sys/dev/pci/if_ipwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipwvar.h,v 1.14 2006/08/19 12:03:05 damien Exp $ */ +/* $OpenBSD: if_ipwvar.h,v 1.15 2008/02/23 21:35:41 hshoexer Exp $ */ /*- * Copyright (c) 2004-2006 @@ -158,4 +158,6 @@ struct ipw_softc { #define sc_txtap sc_txtapu.th int sc_txtap_len; #endif + + void *fw_data; }; |