AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
#AC_WITH_LTDL # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.41-13062007)
+AM_INIT_AUTOMAKE(ltt-control,0.42-16072007)
AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
<event name="lseek">
<description>Seek a file descriptor</description>
<field name="fd"> <description>File descriptor</description> <uint/> </field>
- <field name="offset"> <description>Number of bytes to write</description> <off_t/> </field>
+ <field name="offset"> <description>Number of bytes to write</description> <long/> </field>
<field name="origin"> <description>Number of bytes to write</description> <uint/> </field>
</event>