diff options
-rw-r--r-- | sys/dev/usb/if_atureg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index 49f1f339e6c..264c253b3a4 100644 --- a/sys/dev/usb/if_atureg.h +++ b/sys/dev/usb/if_atureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atureg.h,v 1.5 2004/11/16 08:57:29 dlg Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.6 2004/11/17 14:00:10 deraadt Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -32,7 +32,7 @@ * */ -/* $ATUWI: $Id: if_atureg.h,v 1.5 2004/11/16 08:57:29 dlg Exp $ */ +/* $ATUWI: $Id: if_atureg.h,v 1.6 2004/11/17 14:00:10 deraadt Exp $ */ /************ driver options ************/ @@ -275,7 +275,7 @@ enum atu_mgmt_state { u_int8_t *atu_mgmt_statename[] = {"NONE", "LISTENING", "JOINING", "AUTHENTICATING", "ASSOCIATING", "CREATING IBSS", "HAPPY NETWORKING :)", "GIVEN UP"}; -#endif ATU_DEBUG +#endif /* ATU_DEBUG */ struct atu_mgmt { enum atu_mgmt_state state; |