- s/u_int64_t/guint64/
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* c_types.pl: s/u_int64_t/guint64/
|
||||
|
||||
2000-01-02 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* c_types.pl ($demarshal_funcs): New variable.
|
||||
|
@@ -50,7 +50,7 @@ my $c_demarshal_func = sub {
|
||||
#
|
||||
|
||||
$typeinfo = {'long' => ['int64_t', 0],
|
||||
'ulong' => ['u_int64_t', 0],
|
||||
'ulong' => ['guint64', 0],
|
||||
'pid_t' => ['pid_t', 0],
|
||||
'int' => ['int', 0],
|
||||
'retval' => ['int', 0],
|
||||
|
Reference in New Issue
Block a user