Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
Add OS/400
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Nov 12, 2013
1 parent 52a6cc9 commit 90d68d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public class NativeLibraryResourceLoader extends AbstractResourceLoader {
realName = "aix";
} else if (sysName.startsWith("OS/390")) {
realName = "os390";
} else if (sysName.startsWith("OS/400")) {
realName = "os400";
} else if (sysName.startsWith("FREEBSD")) {
realName = "freebsd";
} else if (sysName.startsWith("OPENBSD")) {
Expand Down

0 comments on commit 90d68d4

Please sign in to comment.