diff options
author | lloyd <[email protected]> | 2007-03-04 03:07:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-04 03:07:36 +0000 |
commit | 5a752256eaf6b5516623739aad52100e3124fe51 (patch) | |
tree | ad25930a956e0c7a0b30f6429ce85dd97a8cfc99 | |
parent | ccfb07634f621dcd336814ab25271742d191461d (diff) |
Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested,
but should work as Solaris is ELF-based.
-rw-r--r-- | modules/alg_amd64/modinfo.txt | 1 | ||||
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/alg_amd64/modinfo.txt b/modules/alg_amd64/modinfo.txt index dfbbefbb6..0c5296745 100644 --- a/modules/alg_amd64/modinfo.txt +++ b/modules/alg_amd64/modinfo.txt @@ -26,4 +26,5 @@ linux freebsd netbsd openbsd +solaris </os> diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index 8cd10454c..2b1386895 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -37,4 +37,5 @@ linux freebsd netbsd openbsd +solaris </os> |