*** empty log message ***

This commit is contained in:
Martin Baulig
1998-06-14 02:26:32 +00:00
parent 6ea7e47194
commit 7ffc53f45e
8 changed files with 35 additions and 6 deletions

View File

@@ -33,6 +33,7 @@
#define PROFILE_COUNT 1
#endif
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
@@ -40,6 +41,7 @@
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int
main (int argc, char *argv [])

View File

@@ -29,6 +29,16 @@
#include <glibtop/union.h>
#include <glibtop/sysdeps.h>
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int
main (int argc, char *argv [])
{

View File

@@ -32,6 +32,16 @@
void main_prog(int argc, char *argv[]);
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int
main (int argc, char *argv[])
{

View File

@@ -32,3 +32,4 @@ sysinfo.lo
uptime.lo
write.lo
xmalloc.lo
lib.c

View File

@@ -36,6 +36,16 @@
#define GET_MAX_FDS() 256
#endif
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int
main(int argc, char *argv[])
{

View File

@@ -23,3 +23,4 @@ so_locations
swap.lo
sysdeps.lo
uptime.lo
guile.c

View File

@@ -14,12 +14,6 @@ CFLAGS = -Wall -W @CFLAGS@
lib_LTLIBRARIES = libgtop_guile.la
libgtop_guile_la_SOURCES = boot.c sysdeps.c cpu.c mem.c swap.c uptime.c \
loadavg.c shm_limits.c msg_limits.c \
sem_limits.c proclist.c procstate.c procuid.c \
proctime.c procmem.c procsignal.c prockernel.c \
procsegment.c
libgtop_guile_la_SOURCES = guile.c
BUILT_SOURCES = guile.c

View File

@@ -24,3 +24,4 @@ so_locations
swap.lo
sysdeps.lo
uptime.lo
guile-names.c