marc        97/08/03 14:00:09

  Modified:    src       http_core.c
  Log:
  Fix location of inline in do_double_reverse function definition.
  
  Revision  Changes    Path
  1.105     +1 -1      apache/src/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_core.c,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- http_core.c       1997/08/03 20:29:19     1.104
  +++ http_core.c       1997/08/03 21:00:08     1.105
  @@ -326,7 +326,7 @@
   
   
   /* Code from Harald Hanche-Olsen <[EMAIL PROTECTED]> */
  -static void inline do_double_reverse (conn_rec *conn)
  +static inline void do_double_reverse (conn_rec *conn)
   {
       struct hostent *hptr;
       char **haddr;
  
  
  

Reply via email to