aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mcd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-02-01 17:19:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-02-01 17:19:46 +0000
commit3a08c9b183fbcc214ca0f8fc50443c9f5ce464d5 (patch)
tree0a7ec65ad543d7a6a1bca9aba6623b2742aaf21a /sys/dev/mcd
parent6f4dc255bf2148b557515b119152292dda0c8f89 (diff)
downloadsrc-3a08c9b183fbcc214ca0f8fc50443c9f5ce464d5.tar.gz
src-3a08c9b183fbcc214ca0f8fc50443c9f5ce464d5.zip
Return to #pragma pack(4) after header is done
Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=13824
Diffstat (limited to 'sys/dev/mcd')
-rw-r--r--sys/dev/mcd/mcdreg.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/mcd/mcdreg.h b/sys/dev/mcd/mcdreg.h
index 4c21b12ee337..2b40059169c5 100644
--- a/sys/dev/mcd/mcdreg.h
+++ b/sys/dev/mcd/mcdreg.h
@@ -41,7 +41,7 @@
* the manufacturer or anyone else might provide better documentation,
* so this file (and the driver) will then have a better quality.
*
- * $Id: mcdreg.h,v 1.8 1995/05/30 08:02:45 rgrimes Exp $
+ * $Id: mcdreg.h,v 1.9 1996/01/30 10:31:12 ache Exp $
*/
#ifndef MCD_H
@@ -218,4 +218,9 @@ struct mcd_rawsector {
u_char ecc_bits[280];
};
+#ifdef __GNUC__
+#if __GNUC__ >= 2
+#pragma pack(4)
+#endif
+#endif
#endif /* MCD_H */