You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@locus.apache.org on 2000/05/26 20:23:48 UTC

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.h

dougm       00/05/26 11:23:48

  Modified:    src/modules/mpm/mpmt_pthread scoreboard.c
               src/modules/mpm/winnt winnt.h
  Log:
  s/IMPORT/EXPORT/g; typo i assume.
  
  Revision  Changes    Path
  1.28      +1 -1      apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- scoreboard.c	2000/05/23 21:27:37	1.27
  +++ scoreboard.c	2000/05/26 18:23:47	1.28
  @@ -73,7 +73,7 @@
   scoreboard *ap_scoreboard_image = NULL;
   new_scoreboard *ap_new_scoreboard_image = NULL;
   static int maintain_connection_status = 1;
  -API_VAR_IMPORT char *ap_scoreboard_fname;
  +API_VAR_EXPORT char *ap_scoreboard_fname;
   /*****************************************************************
    *
    * Dealing with the scoreboard... a lot of these variables are global
  
  
  
  1.12      +1 -1      apache-2.0/src/modules/mpm/winnt/winnt.h
  
  Index: winnt.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/winnt/winnt.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- winnt.h	2000/05/19 05:01:53	1.11
  +++ winnt.h	2000/05/26 18:23:47	1.12
  @@ -67,7 +67,7 @@
   extern void clean_child_exit(int);
   
   typedef void (CALLBACK *ap_completion_t)();
  -API_VAR_IMPORT ap_completion_t ap_mpm_init_complete;
  +API_VAR_EXPORT ap_completion_t ap_mpm_init_complete;
   
   API_EXPORT(void) ap_start_shutdown(void);