diff options
Diffstat (limited to 'nanohttp/nanohttp-socket.h')
-rw-r--r-- | nanohttp/nanohttp-socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index da3f62c..cbed20f 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.8 2004/08/31 16:34:08 rans Exp $ + * $Id: nanohttp-socket.h,v 1.9 2004/09/01 07:58:08 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -104,7 +104,7 @@ typedef struct tag_conndata HANDLE tid; #else pthread_t tid; - pthread_attr_t attr; + pthread_attr_t attr; #endif time_t atime; }conndata_t; |