summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/compat.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-01-24 22:17:05 +0000
committerian <ian@FreeBSD.org>2016-01-24 22:17:05 +0000
commit55146b62a12461f40c96f1aea09d60a020b63c22 (patch)
treed60a119c01bf9e5c641095fc3dac78e489832a1e /crypto/openssh/compat.c
parent495cfa3822731e7518c9829f6cc09dc1f92515b6 (diff)
downloadFreeBSD-src-55146b62a12461f40c96f1aea09d60a020b63c22.zip
FreeBSD-src-55146b62a12461f40c96f1aea09d60a020b63c22.tar.gz
MFC r289477:
Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS value is defined as a config option the definition is emitted into opt_global.h which is force-included into everything. In addition, the symbol is emitted by the genassym mechanism, but that by its nature reduces the value to a 0xnnnnnnnn number. When compiling a .S file you end up with two different definitions of the macro (they evaluate to the same number, but the text is different, upsetting the compiler).
Diffstat (limited to 'crypto/openssh/compat.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud