diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 2 | ||||
-rw-r--r-- | client/nastapi.c | 2 | ||||
-rw-r--r-- | client/thread.c | 2 | ||||
-rw-r--r-- | client/thread.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/client/Makefile b/client/Makefile index e92feed..c6fc205 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile,v 1.10 2001/01/19 02:54:37 shmit Exp $ - LIBOBJS= nastapi.o thread.o all-lib: diff --git a/client/nastapi.c b/client/nastapi.c index 2acebb7..b6c14f0 100644 --- a/client/nastapi.c +++ b/client/nastapi.c @@ -15,8 +15,6 @@ #include <signal.h> #include <unistd.h> -RCSID("$Id: nastapi.c,v 1.13 2001/10/29 11:17:11 shmit Exp $"); - char *nast_errmsgs[] = { "No errors", "The NASTD server has gone away", diff --git a/client/thread.c b/client/thread.c index cd507ea..58c79a3 100644 --- a/client/thread.c +++ b/client/thread.c @@ -7,8 +7,6 @@ #include <pthread.h> #endif -RCSID("$Id: thread.c,v 1.6 2000/09/13 20:21:30 shmit Exp $"); - #ifdef THREADSAFECLIENT short thread_id() diff --git a/client/thread.h b/client/thread.h index 171fde1..dc223c5 100644 --- a/client/thread.h +++ b/client/thread.h @@ -1,5 +1,3 @@ -/* $Id: thread.h,v 1.5 2000/09/13 20:21:30 shmit Exp $ */ - #ifndef THREAD_H # define THREAD_H |