Update syslet-rw to fixed size ABI structures
authorZach Brown <zach.brown@oracle.com>
Tue, 18 Sep 2007 23:28:48 +0000 (16:28 -0700)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 19 Sep 2007 16:30:17 +0000 (18:30 +0200)
commit1d79a6d13b2bc7c039af813e7b0d9e9853593083
tree3032f531106b87767f4515a18db708ddb2bf0c66
parentb4d8ddac58aa1f3ab0832a4c228863cc6d89fca8
Update syslet-rw to fixed size ABI structures

The syslet system calls moved to using fixed size members of structures.  This
updates the syslet-rw engine to match.  syslet.h was copied from the kernel and
then uXX was replaced with uintXX_T.  Casts were added to move between integers
and pointers.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/syslet-rw.c
syslet.h