Diff for /Amaya/amaya/query.c between versions 1.308 and 1.309

version 1.308, 2002/10/23 15:36:09 version 1.309, 2002/10/23 15:43:21
Line 28 Line 28
 #include "amaya.h"  #include "amaya.h"
 #include "init_f.h"  #include "init_f.h"
 #include <sys/types.h>  #include <sys/types.h>
   #ifndef _WINDOWS
 #include <unistd.h>  #include <unistd.h>
   #endif
 #include <fcntl.h>  #include <fcntl.h>
 #include "HTEvtLst.h"  #include "HTEvtLst.h"
 #include "HTAABrow.h"  #include "HTAABrow.h"
Line 3826  void InitAmayaCache (void) Line 3828  void InitAmayaCache (void)
   int i;    int i;
   char str[MAX_LENGTH];    char str[MAX_LENGTH];
   char *ptr;    char *ptr;
   #ifndef _WINDOWS
   pid_t pid;    pid_t pid;
   int fd_pid;    int fd_pid;
   #endif /* _WINDOWS */
   
 #ifndef _WINDOWS  #ifndef _WINDOWS
   /* create the temp dir for the Amaya pid */    /* create the temp dir for the Amaya pid */

Removed from v.1.308  
changed lines
  Added in v.1.309


Webmaster