From 3d5a4955ade6ba292838b2942d8924beda216168 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 6 Mar 2009 01:21:49 +0000 Subject: [PATCH] remove embedded /* in comments --- netcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netcat.c b/netcat.c index 5ceb4f1..13eb044 100644 --- a/netcat.c +++ b/netcat.c @@ -30,10 +30,10 @@ /* conditional includes -- a very messy section which you may have to dink for your own architecture [and please send diffs...]: */ -/* #undef _POSIX_SOURCE /* might need this for something? */ +/* #undef _POSIX_SOURCE */ /* might need this for something? */ #define HAVE_BIND /* ASSUMPTION -- seems to work everywhere! */ #define HAVE_HELP /* undefine if you dont want the help text */ -/* #define ANAL /* if you want case-sensitive DNS matching */ +/* #define ANAL */ /* if you want case-sensitive DNS matching */ #ifdef HAVE_STDLIB_H #include