*** empty log message ***

This commit is contained in:
Martin Baulig
2000-01-02 13:04:41 +00:00
parent 24743243a8
commit 141c863f54
3 changed files with 5 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ sub output {
$size_code = "\t_LIBGTOP_SEND_len = 0;\n";
$marshal_code = "\t_LIBGTOP_SEND_offset = 0;\n";
$marshal_code .= "\tmemset (_LIBGTOP_SEND_buf, 0, _LIBGTOP_SEND_len);\n";
$marshal_code .= "\t_LIBGTOP_SEND_ptr = ".
"(char *) _LIBGTOP_SEND_buf;\n";
$first_param_name = '';
$call_param = '';

View File

@@ -4,3 +4,4 @@ Makefile
Makefile.in
*.lo
*.la
marshal.c

View File

@@ -27,6 +27,8 @@
#include <glibtop/error.h>
#include <glibtop/interfaces.h>
#include <glibtop_suid.h>
static const unsigned long _glibtop_sysdeps_interface_names =
(1L << GLIBTOP_INTERFACE_NAMES_NUMBER) +
(1L << GLIBTOP_INTERFACE_NAMES_SIZE);