Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust kernel detection to support Solaris 5.10 or earlier
The logic previously added to distinguish between illumos and Solaris made use of a uname invocation with a -o switch which is not supported on Solaris 5.10 or earlier. illumos started with version 5.11 so the logic has been shortcut to report 'solaris' in such cases where the version is 5.10 or below.
- Loading branch information