diff options
Diffstat (limited to 'compat/waitpid.c')
-rw-r--r-- | compat/waitpid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/waitpid.c b/compat/waitpid.c index 00113cf..365d51e 100644 --- a/compat/waitpid.c +++ b/compat/waitpid.c @@ -12,10 +12,9 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: waitpid.c,v 1.3 2000/01/11 22:08:50 hobbs Exp $ + * RCS: @(#) $Id: waitpid.c,v 1.4 2004/04/06 22:25:48 dgp Exp $ */ -#include "tclInt.h" #include "tclPort.h" #ifndef pid_t |