]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an
authorphk <phk@FreeBSD.org>
Tue, 8 Sep 2009 20:45:40 +0000 (20:45 +0000)
committerphk <phk@FreeBSD.org>
Tue, 8 Sep 2009 20:45:40 +0000 (20:45 +0000)
commite645b495eda0a345c1b9caa5f932817c25234633
treee7b582548488a3ceddf28413807147ffef4e2857
parentaead28d158d987de2bf0e3069685beb09741b21f
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an
architecture specific include file containing the _ALIGN*
stuff which <sys/socket.h> needs.
19 files changed:
sys/amd64/include/_align.h [new file with mode: 0644]
sys/amd64/include/param.h
sys/arm/include/_align.h [new file with mode: 0644]
sys/arm/include/param.h
sys/i386/include/_align.h [new file with mode: 0644]
sys/i386/include/param.h
sys/ia64/include/_align.h [new file with mode: 0644]
sys/ia64/include/param.h
sys/mips/include/_align.h [new file with mode: 0644]
sys/mips/include/param.h
sys/pc98/include/_align.h [new file with mode: 0644]
sys/powerpc/include/_align.h [new file with mode: 0644]
sys/powerpc/include/param.h
sys/sparc64/include/_align.h [new file with mode: 0644]
sys/sparc64/include/param.h
sys/sun4v/include/_align.h [new file with mode: 0644]
sys/sun4v/include/param.h
sys/sys/param.h
sys/sys/socket.h