Ignore:
Timestamp:
09/18/11 13:55:15 (8 months ago)
Author:
xeraph
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2777
Message:
  • fixed potential handle leak bugs.
  • added missing license terms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kraken-linux-api/src/main/java/org/krakenapps/linux/api/Wtmp.java

    r2 r343  
    7777        } 
    7878 
    79         public static void main(String[] args) throws IOException { 
    80                 for (WtmpEntry entry : Wtmp.getEntries()) { 
    81                         System.out.println(entry); 
    82                 } 
    83         } 
    84  
    8579        private static int swap(int v) { 
    8680                int a = v; 
Note: See TracChangeset for help on using the changeset viewer.