summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-06 18:24:39 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-06 18:24:39 +0000
commitb124998639a4c0679324c8f1245139a644c07c13 (patch)
tree6a3d2de8763f9a488b2b151b38519b3bda1b6bc5
parent238d03677aff41bdd0d6d25a6dcd53ab7e4b496e (diff)
downloadlibgtop-b124998639a4c0679324c8f1245139a644c07c13.tar.gz
Removed the non-suid `libgtop-sysdeps.la'. Removed.
2000-02-06 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Removed the non-suid `libgtop-sysdeps.la'. * nosuid.c: Removed.
-rw-r--r--sysdeps/freebsd/ChangeLog5
-rw-r--r--sysdeps/freebsd/Makefile.am6
-rw-r--r--sysdeps/freebsd/nosuid.c39
-rw-r--r--sysdeps/stub_suid/ChangeLog5
-rw-r--r--sysdeps/stub_suid/Makefile.am6
-rw-r--r--sysdeps/stub_suid/nosuid.c37
6 files changed, 12 insertions, 86 deletions
diff --git a/sysdeps/freebsd/ChangeLog b/sysdeps/freebsd/ChangeLog
index 023a7419..c5acd918 100644
--- a/sysdeps/freebsd/ChangeLog
+++ b/sysdeps/freebsd/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-06 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Removed the non-suid `libgtop-sysdeps.la'.
+ * nosuid.c: Removed.
+
1999-12-12 Martin Baulig <martin@home-of-linux.org>
* netinfo.c: New file.
diff --git a/sysdeps/freebsd/Makefile.am b/sysdeps/freebsd/Makefile.am
index 95477e51..9e44c445 100644
--- a/sysdeps/freebsd/Makefile.am
+++ b/sysdeps/freebsd/Makefile.am
@@ -2,11 +2,7 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
-lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
-
-libgtop_sysdeps_la_SOURCES = nosuid.c
-
-libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO)
+lib_LTLIBRARIES = libgtop_sysdeps_suid.la
libgtop_sysdeps_suid_la_SOURCES = open.c close.c siglist.c cpu.c mem.c swap.c \
uptime.c loadavg.c shm_limits.c msg_limits.c \
diff --git a/sysdeps/freebsd/nosuid.c b/sysdeps/freebsd/nosuid.c
deleted file mode 100644
index 42eca6c6..00000000
--- a/sysdeps/freebsd/nosuid.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
-
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/open.h>
-#include <glibtop/close.h>
-
-void
-glibtop_open_s (glibtop *server,
- const char *program_name,
- const unsigned long features,
- const unsigned flags)
-{ }
-
-void
-glibtop_close_s (glibtop *server)
-{ }
diff --git a/sysdeps/stub_suid/ChangeLog b/sysdeps/stub_suid/ChangeLog
index bee1cb87..f28dba14 100644
--- a/sysdeps/stub_suid/ChangeLog
+++ b/sysdeps/stub_suid/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-06 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Removed the non-suid `libgtop-sysdeps.la'.
+ * nosuid.c: Removed.
+
1999-12-26 Martin Baulig <martin@home-of-linux.org>
* netinfo.c: New file.
diff --git a/sysdeps/stub_suid/Makefile.am b/sysdeps/stub_suid/Makefile.am
index b6ba6bf4..f61b1310 100644
--- a/sysdeps/stub_suid/Makefile.am
+++ b/sysdeps/stub_suid/Makefile.am
@@ -2,11 +2,7 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
-lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
-
-libgtop_sysdeps_la_SOURCES = nosuid.c
-
-libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO)
+lib_LTLIBRARIES = libgtop_sysdeps_suid.la
libgtop_sysdeps_suid_la_SOURCES = open.c close.c siglist.c cpu.c mem.c swap.c \
uptime.c loadavg.c shm_limits.c msg_limits.c \
diff --git a/sysdeps/stub_suid/nosuid.c b/sysdeps/stub_suid/nosuid.c
deleted file mode 100644
index 0ee13dc4..00000000
--- a/sysdeps/stub_suid/nosuid.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
-
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/open.h>
-#include <glibtop/close.h>
-
-void
-glibtop_open_s (glibtop *server, const char *program_name,
- const unsigned long features, const unsigned flags)
-{ }
-
-void
-glibtop_close_s (glibtop *server)
-{ }