|
From: <sv...@va...> - 2009-04-26 22:18:57
|
Author: njn Date: 2009-04-26 23:18:44 +0100 (Sun, 26 Apr 2009) New Revision: 9640 Log: tweak a comment Modified: branches/DARWIN/none/tests/susphello.c Modified: branches/DARWIN/none/tests/susphello.c =================================================================== --- branches/DARWIN/none/tests/susphello.c 2009-04-26 14:42:33 UTC (rev 9639) +++ branches/DARWIN/none/tests/susphello.c 2009-04-26 22:18:44 UTC (rev 9640) @@ -7,7 +7,7 @@ * Author Magnus Ihse, ihse at bea.com */ -// DDD: add a comment explaining why it's not tested on Darwin. +// DDD: move it into linux/ #if !defined(__APPLE__) #include <signal.h> |