Module Name:    src
Committed By:   maxv
Date:           Tue Nov 21 10:55:23 UTC 2017

Modified Files:
        src/sys/dev/pci: mlyreg.h

Log Message:
Mmh, surprising bug. It's __packed, not __packed__. Here the structure is
not packed for real, but instead a global __packed__ symbol is declared.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/mlyreg.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/pci/mlyreg.h
diff -u src/sys/dev/pci/mlyreg.h:1.5 src/sys/dev/pci/mlyreg.h:1.6
--- src/sys/dev/pci/mlyreg.h:1.5	Mon Sep  8 23:36:54 2008
+++ src/sys/dev/pci/mlyreg.h	Tue Nov 21 10:55:23 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: mlyreg.h,v 1.5 2008/09/08 23:36:54 gmcgarry Exp $	*/
+/*	$NetBSD: mlyreg.h,v 1.6 2017/11/21 10:55:23 maxv Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -286,7 +286,7 @@ struct mly_param_controller {
 #define	MLY_STARTUP_ALWAYS		0x5
 
 	u_int8_t	res15[62];
-} __packed__;
+} __packed;
 
 /*
  * 10.2 Physical Device Parameters

Reply via email to