6.12.1 Build failure on FreeBSD
I found 6.12.1's rts/posix/Select.c doesn't compile on FreeBSD 7.0. It uses "fd_set" which is defined by sys/select.h, but Select.c doesn't #include it. So I put "#include <sys/select.h>" at the beginning of Select.c, then the problem went away.
(Sorry for not pasting any build log. I forgot to capture it.)
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.12.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |