aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/_align.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in current: (cherry picked from commit 71625ec9ad2a)
* Merge amd64/i386 _align.h by aligning on the size of register_t (copiedTijl Coosemans2010-11-261-50/+3
| | | | | | | | | | from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor) Notes: svn path=/head/; revision=215856
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-0/+53
architecture specific include file containing the _ALIGN* stuff which <sys/socket.h> needs. Notes: svn path=/head/; revision=196994