]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update comments and simplify conditionals for compat32
authorJustin Hibbits <jhibbits@FreeBSD.org>
Tue, 27 Jun 2017 01:29:10 +0000 (01:29 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Tue, 27 Jun 2017 01:29:10 +0000 (01:29 +0000)
commitb43660921340f3f13c5ccf2932dfbf2b41167703
tree965669cb6e9ccfc1e923a8e936611d66e0ac7431
parent4323355e76c70f35b717d0adefa1027cdaaed94f
Update comments and simplify conditionals for compat32

Only amd64 (because of i386) needs 32-bit time_t compat now, everything else is
64-bit time_t.  Rather than checking on all 64-bit time_t archs, only check the
oddball amd64/i386.

Reviewed By: emaste, kib, andrew
Differential Revision: https://reviews.freebsd.org/D11364
sys/compat/freebsd32/freebsd32.h
sys/compat/freebsd32/freebsd32_misc.c
sys/net/bpf.c