kohsuke / akuma

Embeddable daemonization library
http://akuma.kohsuke.org/
132 stars 32 forks source link

Fix reading the command line arguments on 64bit, little-endian Solaris systems #16

Open omolenkamp opened 6 years ago

omolenkamp commented 6 years ago

Reading the command line arguments often fails on Solaris x64, because of a bug in the big-endian to little-endian conversion code.