diff options
author | Jonathan Armani <armani@cvs.openbsd.org> | 2010-03-06 19:04:58 +0000 |
---|---|---|
committer | Jonathan Armani <armani@cvs.openbsd.org> | 2010-03-06 19:04:58 +0000 |
commit | 5ba1474017fc8ba23a3b4c8eabbf64d89466fe4f (patch) | |
tree | 162b2b129c0bc4f49d32a3ca905b3ed7ce2e4d64 | |
parent | 724d173a8ca79efe0c249dfe922756a188f923dd (diff) |
Forgot this one, sorry, reported by maja@.
-rw-r--r-- | sys/dev/usb/if_urndisreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_urndisreg.h b/sys/dev/usb/if_urndisreg.h index e48e6ecc787..a65032c72e1 100644 --- a/sys/dev/usb/if_urndisreg.h +++ b/sys/dev/usb/if_urndisreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urndisreg.h,v 1.7 2010/03/04 20:23:45 armani Exp $ */ +/* $OpenBSD: if_urndisreg.h,v 1.8 2010/03/06 19:04:57 armani Exp $ */ /* * Copyright (c) 2010 Jonathan Armani <dbd@asystant.net> @@ -45,6 +45,7 @@ struct urndis_cdata { struct urndis_softc { struct device sc_dev; + char sc_attached; int sc_dying; struct arpcom sc_arpcom; |