Replaced //comment by /*C89*/.

* server.c: (handle_slave_connection): Replaced //comment by /*C89*/.
This commit is contained in:
Benoît Dejean
2004-08-22 19:31:38 +00:00
parent ef95ef85ff
commit 91adde3f3d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-08-22 Benoît Dejean <tazforever@dlfp.org>
* server.c: (handle_slave_connection): Replaced //comment by /*C89*/.
2004-03-09 Bastien Nocera <hadess@hadess.net> 2004-03-09 Bastien Nocera <hadess@hadess.net>
* command.c: (glibtop_call_i): * command.c: (glibtop_call_i):

View File

@@ -109,7 +109,7 @@ handle_slave_connection (int input, int output)
glibtop_command _cmnd, *cmnd = &_cmnd; glibtop_command _cmnd, *cmnd = &_cmnd;
glibtop *server = glibtop_global_server; glibtop *server = glibtop_global_server;
// glibtop_send_version_i (glibtop_global_server, output); /* glibtop_send_version_i (glibtop_global_server, output); */
while (do_read (input, cmnd, sizeof (glibtop_command))) { while (do_read (input, cmnd, sizeof (glibtop_command))) {
size_t recv_size = 0, send_size = 0, recv_data_size = 0; size_t recv_size = 0, send_size = 0, recv_data_size = 0;