[OpenAFS] glitch in CVS 2005/02/24
Helmut Jarausch
jarausch@igpm.rwth-aachen.de
Thu, 24 Feb 2005 11:53:51 +0100 (CET)
Hi,
I had to apply the following patch
to get it built.
--- openafs-cvs-050224_ORIG/src/viced/viced.c 2005-02-24 11:03:03.000000000 +0100
+++ openafs-cvs-050224/src/viced/viced.c 2005-02-24 11:30:27.996282328 +0100
@@ -88,6 +88,7 @@
#include "host.h"
#ifdef AFS_PTHREAD_ENV
#include "softsig.h"
+char *(*threadNameProgram) ();
#endif
#if defined(AFS_SGI_ENV)
#include "sys/schedctl.h"
@@ -315,7 +316,7 @@
#endif
}
-+#if defined(AFS_PTHREAD_ENV)
+#if defined(AFS_PTHREAD_ENV)
char *
threadName(void)
{
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany