Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 16:58:40 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        freebsd-hackers@freebsd.org
Subject:   any arch not pack uint32_t x[2]?
Message-ID:  <886101549.1211675.1354831120890.JavaMail.root@erie.cs.uoguelph.ca>

next in thread | raw e-mail | index | archive | help
Hi,

The subject line pretty well says it. I am about ready
to commit the NFSv4.1 client patches, but I had better
ask this dump question first.

Is there any architecture where:
  uint32_t x[2];
isn't packed? (Or, sizeof(x) != 8, if you prefer.)

As you might have guessed, if the answer is "yes", I have
some code fixin to do, rick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?886101549.1211675.1354831120890.JavaMail.root>