summaryrefslogtreecommitdiff
path: root/sysdeps/linux/open.c
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-13 15:21:54 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-13 15:21:54 +0000
commit35488aef904b03d01dd721939f6913749dabd3ab (patch)
tree45f2580eb83f236e530960b8dbb057d3dd53f967 /sysdeps/linux/open.c
parentdc31c8b8dd5878090abb0d5a950c0b1fe2570e8f (diff)
downloadlibgtop-35488aef904b03d01dd721939f6913749dabd3ab.tar.gz
bumped to 2.8.1.
* configure.in: bumped to 2.8.1. * sysdeps/common/fsusage.c: * sysdeps/common/gnuslib.c: (glibtop_make_connection), (connect_to_unix_server), (glibtop_internet_addr): * sysdeps/linux/glibtop_server.c: (get_pageshift): * sysdeps/linux/glibtop_server.h: * sysdeps/linux/open.c: (glibtop_open_s): * sysdeps/linux/ppp.c: (is_ISDN_on): Cleanups. Thanks to Kjartan Maraas. Closes #151557.
Diffstat (limited to 'sysdeps/linux/open.c')
-rw-r--r--sysdeps/linux/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/open.c b/sysdeps/linux/open.c
index c75c3c2f..ee35ba2b 100644
--- a/sysdeps/linux/open.c
+++ b/sysdeps/linux/open.c
@@ -81,7 +81,7 @@ glibtop_open_s (glibtop *server, const char *program_name,
break;
}
-#if DEBUG
+#ifdef DEBUG
printf ("\nThis machine has %d CPUs.\n\n", server->ncpu);
#endif
}