X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Flocksrv.c;h=22ea3b5cca01ab3f7e7672166eefddedd1e6f68d;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hp=57f106ee0c82e4e2b3d534cf947b69ef75f6bd42;hpb=ce3907338568fce46c5751e7e1091a5ad1c8e291;p=idzebra-moved-to-github.git diff --git a/index/locksrv.c b/index/locksrv.c index 57f106e..22ea3b5 100644 --- a/index/locksrv.c +++ b/index/locksrv.c @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994-1997, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: locksrv.c,v $ - * Revision 1.11 1998-03-05 08:45:12 adam + * Revision 1.13 1999-05-26 07:49:13 adam + * C++ compilation. + * + * Revision 1.12 1999/02/02 14:50:58 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.11 1998/03/05 08:45:12 adam * New result set model and modular ranking system. Moved towards * descent server API. System information stored as "SGML" records. * @@ -46,7 +52,7 @@ */ #include #include -#ifdef WINDOWS +#ifdef WIN32 #include #else #include @@ -67,7 +73,7 @@ int zebra_server_lock_init (ZebraHandle zi) zi->server_lock_org = NULL; zebra_lock_prefix (zi->res, path_prefix); - zi->server_path_prefix = xmalloc (strlen(path_prefix)+1); + zi->server_path_prefix = (char *) xmalloc (strlen(path_prefix)+1); strcpy (zi->server_path_prefix, path_prefix); logf (LOG_DEBUG, "Locking system initialized");