diff options
author | ian <ian@FreeBSD.org> | 2016-01-24 22:17:05 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2016-01-24 22:17:05 +0000 |
commit | 55146b62a12461f40c96f1aea09d60a020b63c22 (patch) | |
tree | d60a119c01bf9e5c641095fc3dac78e489832a1e /crypto/openssh/digest-libc.c | |
parent | 495cfa3822731e7518c9829f6cc09dc1f92515b6 (diff) | |
download | FreeBSD-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/digest-libc.c')
0 files changed, 0 insertions, 0 deletions