summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-11-11 01:16:40 (GMT)
committerdas <das@noemail.net>2004-11-11 01:16:40 (GMT)
commitf2024e4ce20a171caf00bfd3d24086953e2fa856 (patch)
tree4206cc7a290887ea8af343ebdc9fe5f571270de0 /macosx/tclMacOSXFCmd.c
parente2e760d0879fa6a46ca702ceb89e3593607765f2 (diff)
downloadtcl-f2024e4ce20a171caf00bfd3d24086953e2fa856.zip
tcl-f2024e4ce20a171caf00bfd3d24086953e2fa856.tar.gz
tcl-f2024e4ce20a171caf00bfd3d24086953e2fa856.tar.bz2
* macosx/Makefile: corrected path to html help inside framework.
Prevent parallel make from building several targets at the same time. * macosx/tclMacOSXFCmd.c (struct fileinfobuf): force struct to be packed to prevent failures when builing with -malign=natural. FossilOrigin-Name: 4b682e3ec1d073e358dd04ee594d76e4eb5f232e
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
-rw-r--r--macosx/tclMacOSXFCmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index 0416dac..4b87157 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.2 2004/04/06 22:25:56 dgp Exp $
+ * RCS: @(#) $Id: tclMacOSXFCmd.c,v 1.3 2004/11/11 01:16:41 das Exp $
*/
#include "tclInt.h"
@@ -60,7 +60,7 @@ typedef struct fileinfobuf {
u_int32_t padding[4];
} finder;
off_t rsrcForkSize;
- } data;
+ } data __attribute__ ((packed));
} fileinfobuf;
/*