summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-08-15 10:56:41 +0200
committerBenoit Dejean <bdejean@gmail.com>2015-08-15 10:56:41 +0200
commitc9e73e52acf25a39aadc52927d6e36f293ccd035 (patch)
treeecbd5923311851ad4743ee7adb4f2aac161ca5e0
parent4c455ac8a0aca07641b581daddf37a9501e56bfa (diff)
downloadlibgtop-c9e73e52acf25a39aadc52927d6e36f293ccd035.tar.gz
glibtop_machine is defined in glibtop.h.
Don't duplicate the typedef (error unless C11).
-rw-r--r--sysdeps/aix/glibtop_machine.h2
-rw-r--r--sysdeps/bsd/glibtop_machine.h2
-rw-r--r--sysdeps/cygwin/glibtop_machine.h2
-rw-r--r--sysdeps/darwin/glibtop_machine.h2
-rw-r--r--sysdeps/freebsd/glibtop_machine.h2
-rw-r--r--sysdeps/linux/glibtop_machine.h2
-rw-r--r--sysdeps/openbsd/glibtop_machine.h2
-rw-r--r--sysdeps/osf1/glibtop_machine.h2
-rw-r--r--sysdeps/solaris/glibtop_machine.h2
-rw-r--r--sysdeps/stub_suid/glibtop_machine.h2
10 files changed, 0 insertions, 20 deletions
diff --git a/sysdeps/aix/glibtop_machine.h b/sysdeps/aix/glibtop_machine.h
index 55a8d3df..727ae5fd 100644
--- a/sysdeps/aix/glibtop_machine.h
+++ b/sysdeps/aix/glibtop_machine.h
@@ -26,8 +26,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid;
diff --git a/sysdeps/bsd/glibtop_machine.h b/sysdeps/bsd/glibtop_machine.h
index 290611d4..173aed68 100644
--- a/sysdeps/bsd/glibtop_machine.h
+++ b/sysdeps/bsd/glibtop_machine.h
@@ -47,8 +47,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid;
diff --git a/sysdeps/cygwin/glibtop_machine.h b/sysdeps/cygwin/glibtop_machine.h
index a12d7838..5f2ca009 100644
--- a/sysdeps/cygwin/glibtop_machine.h
+++ b/sysdeps/cygwin/glibtop_machine.h
@@ -28,8 +28,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
pid_t last_pid;
diff --git a/sysdeps/darwin/glibtop_machine.h b/sysdeps/darwin/glibtop_machine.h
index eb072e0b..a31eb5c8 100644
--- a/sysdeps/darwin/glibtop_machine.h
+++ b/sysdeps/darwin/glibtop_machine.h
@@ -22,8 +22,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid; /* Real and effective user id */
diff --git a/sysdeps/freebsd/glibtop_machine.h b/sysdeps/freebsd/glibtop_machine.h
index cb39f398..4fd7025b 100644
--- a/sysdeps/freebsd/glibtop_machine.h
+++ b/sysdeps/freebsd/glibtop_machine.h
@@ -38,8 +38,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid;
diff --git a/sysdeps/linux/glibtop_machine.h b/sysdeps/linux/glibtop_machine.h
index 14a21bf2..5c1daad0 100644
--- a/sysdeps/linux/glibtop_machine.h
+++ b/sysdeps/linux/glibtop_machine.h
@@ -26,8 +26,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
};
diff --git a/sysdeps/openbsd/glibtop_machine.h b/sysdeps/openbsd/glibtop_machine.h
index 837634da..b435ed77 100644
--- a/sysdeps/openbsd/glibtop_machine.h
+++ b/sysdeps/openbsd/glibtop_machine.h
@@ -36,8 +36,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid;
diff --git a/sysdeps/osf1/glibtop_machine.h b/sysdeps/osf1/glibtop_machine.h
index dab9f28a..ae5cedc6 100644
--- a/sysdeps/osf1/glibtop_machine.h
+++ b/sysdeps/osf1/glibtop_machine.h
@@ -34,8 +34,6 @@ G_BEGIN_DECLS
int table (int id, int index, char *addr, int nel, u_int lel);
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid; /* Real and effective user id */
diff --git a/sysdeps/solaris/glibtop_machine.h b/sysdeps/solaris/glibtop_machine.h
index 18a1979b..f45ea9eb 100644
--- a/sysdeps/solaris/glibtop_machine.h
+++ b/sysdeps/solaris/glibtop_machine.h
@@ -36,8 +36,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid;
diff --git a/sysdeps/stub_suid/glibtop_machine.h b/sysdeps/stub_suid/glibtop_machine.h
index 3e8e4198..3254a60f 100644
--- a/sysdeps/stub_suid/glibtop_machine.h
+++ b/sysdeps/stub_suid/glibtop_machine.h
@@ -24,8 +24,6 @@
G_BEGIN_DECLS
-typedef struct _glibtop_machine glibtop_machine;
-
struct _glibtop_machine
{
uid_t uid, euid; /* Real and effective user id */