As of r320347 i386 is the only arch with 32-bit time_t. Instead of
just fixing the time32_t comment, also simplify the condition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/freebsd32/freebsd32.h | ||
---|---|---|
48 ↗ | (On Diff #30078) | #ifdef __amd64__ typedef int32_t time32_t; #else ... |
Comment Actions
Perhaps apply the same treatment to sys/compat/freebsd32/freebsd32_misc.c? (and sys/net/bpf.c)?