src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java
changeset 49245 6c3054543ede
parent 47216 71c04702a3d5
child 58331 e4ce29f6094e
equal deleted inserted replaced
49244:995a5556edfa 49245:6c3054543ede
    41     /**
    41     /**
    42      * Instantiate a {@code UnixSystem} and load
    42      * Instantiate a {@code UnixSystem} and load
    43      * the native library to access the underlying system information.
    43      * the native library to access the underlying system information.
    44      */
    44      */
    45     public UnixSystem() {
    45     public UnixSystem() {
    46         System.loadLibrary("jaas_unix");
    46         System.loadLibrary("jaas");
    47         getUnixInfo();
    47         getUnixInfo();
    48     }
    48     }
    49 
    49 
    50     /**
    50     /**
    51      * Get the username for the current Unix user.
    51      * Get the username for the current Unix user.