Module Name:    src
Committed By:   mrg
Date:           Mon Sep 17 08:27:42 UTC 2018

Modified Files:
        src/sys/dev/usb: uhcivar.h

Log Message:
reorder some struct members to remove holes.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/uhcivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/uhcivar.h
diff -u src/sys/dev/usb/uhcivar.h:1.55 src/sys/dev/usb/uhcivar.h:1.56
--- src/sys/dev/usb/uhcivar.h:1.55	Thu Aug  9 06:26:47 2018
+++ src/sys/dev/usb/uhcivar.h	Mon Sep 17 08:27:41 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhcivar.h,v 1.55 2018/08/09 06:26:47 mrg Exp $	*/
+/*	$NetBSD: uhcivar.h,v 1.56 2018/09/17 08:27:41 mrg Exp $	*/
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -170,8 +170,8 @@ typedef struct uhci_softc {
 
 	pool_cache_t sc_xferpool;	/* free xfer pool */
 
-	uint8_t sc_saved_sof;
 	uint16_t sc_saved_frnum;
+	uint8_t sc_saved_sof;
 
 	char sc_isreset;
 	char sc_suspend;

Reply via email to