martin      99/10/07 14:47:38

  Modified:    src/include ap_listen.h
  Log:
  ap_listeners must be extern, otherwise you get multiple definitions
  
  Revision  Changes    Path
  1.8       +1 -1      apache-2.0/src/include/ap_listen.h
  
  Index: ap_listen.h
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/include/ap_listen.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ap_listen.h       1999/10/07 20:47:47     1.7
  +++ ap_listen.h       1999/10/07 21:47:36     1.8
  @@ -68,7 +68,7 @@
   /* more stuff here, like which protocol is bound to the port */
   };
   
  -ap_listen_rec *ap_listeners;
  +extern ap_listen_rec *ap_listeners;
   
   void ap_listen_pre_config(void);
   int ap_listen_open(process_rec *process, unsigned port);
  
  
  

Reply via email to