From 9578d0b0eaab70cf03a05e2fa390a8a136b37f90 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Fri, 12 Sep 2003 15:48:05 +0200 Subject: [PATCH] - fixed yet another C++-style comment in a .c file that made the IBM C compiler barf --- libmysqld/libmysqld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c index 70ac4ce46c5..2e8cd2a4861 100644 --- a/libmysqld/libmysqld.c +++ b/libmysqld/libmysqld.c @@ -88,7 +88,7 @@ net_safe_read(MYSQL *mysql) { NET *net= &mysql->net; uint len=0; - //init_sigpipe_variables + /* init_sigpipe_variables */ /* Don't give sigpipe errors if the client doesn't want them */ set_sigpipe(mysql); if (net->vio != 0)