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 Passed - Unit
No Test Coverage - Build Status
Buildable 10137 Build 10560: arc lint + arc unit
Event Timeline
sys/compat/freebsd32/freebsd32.h | ||
---|---|---|
47–48 | #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)?