summaryrefslogtreecommitdiff
path: root/sysdeps/stub_suid
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-06 18:20:20 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-06 18:20:20 +0000
commit0f3babc8e97a372a868fd367fee6b98e9566d353 (patch)
tree77367544ff28fe6543d8071dded29dd62e509a21 /sysdeps/stub_suid
parent55ff827b504712f3806b21d250695b33ed96114e (diff)
downloadlibgtop-0f3babc8e97a372a868fd367fee6b98e9566d353.tar.gz
Moved here from the sysdeps directories.
2000-02-06 Martin Baulig <martin@home-of-linux.org> * lib/sysdeps-init-*.c (glibtop_sys_siglist): Moved here from the sysdeps directories. * sysdeps/*/siglist.c: Removed.
Diffstat (limited to 'sysdeps/stub_suid')
-rw-r--r--sysdeps/stub_suid/Makefile.am2
-rw-r--r--sysdeps/stub_suid/siglist.c30
2 files changed, 1 insertions, 31 deletions
diff --git a/sysdeps/stub_suid/Makefile.am b/sysdeps/stub_suid/Makefile.am
index cfb9daad..b6ba6bf4 100644
--- a/sysdeps/stub_suid/Makefile.am
+++ b/sysdeps/stub_suid/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = @INCLUDES@
lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
-libgtop_sysdeps_la_SOURCES = nosuid.c siglist.c
+libgtop_sysdeps_la_SOURCES = nosuid.c
libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO)
diff --git a/sysdeps/stub_suid/siglist.c b/sysdeps/stub_suid/siglist.c
deleted file mode 100644
index 329b7ccc..00000000
--- a/sysdeps/stub_suid/siglist.c
+++ /dev/null
@@ -1,30 +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/signal.h>
-
-const glibtop_signame glibtop_sys_siglist [] =
-{ { 0, NULL, NULL } };