From df54e2033ee438dc589fd1bf1c00a3dfa077d557 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 8 Mar 2009 19:17:11 +0000 Subject: [PATCH] remove obsolete comment. --- regress/lib/libpthread/sleep1/sleep1.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/regress/lib/libpthread/sleep1/sleep1.c b/regress/lib/libpthread/sleep1/sleep1.c index 62902751d95c..2c5f3822679a 100644 --- a/regress/lib/libpthread/sleep1/sleep1.c +++ b/regress/lib/libpthread/sleep1/sleep1.c @@ -1,4 +1,4 @@ -/* $NetBSD: sleep1.c,v 1.2 2005/08/29 18:52:16 drochner Exp $ */ +/* $NetBSD: sleep1.c,v 1.3 2009/03/08 19:17:11 christos Exp $ */ #include #include @@ -10,10 +10,6 @@ void *threadfunc(void *); void handler(int); -/* - * More than enough to cross the border from the present time until time_t - * wraps in 2038. - */ #define LONGTIME 2000000000 int