fix lseek
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 16 Jul 2007 22:58:40 +0000 (22:58 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 16 Jul 2007 22:58:40 +0000 (22:58 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2551 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/configure.in
ltt-control/facilities/fs.xml

index 47e90742f42babf007b7836bbc9b20147e2a6797..0361baedf9edc26bb8287cca847c832f09d46cbf 100644 (file)
@@ -23,7 +23,7 @@
 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
 
index 4d836ca96a84c59b97d7bb174200b49a77feed96..8fcfb9e5ba429390940a05456e51629851eaf200 100644 (file)
@@ -74,7 +74,7 @@
   <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>
 
This page took 0.025939 seconds and 4 git commands to generate.