You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/05/26 22:22:33 UTC

cvs commit: apache-apr/apr/include apr_config.h.in

rbb         99/05/26 13:22:33

  Modified:    apr/include apr_config.h.in
  Log:
  Fix a typo.  Would cause problems later on.
  
  Revision  Changes    Path
  1.5       +1 -1      apache-apr/apr/include/apr_config.h.in
  
  Index: apr_config.h.in
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/include/apr_config.h.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apr_config.h.in	1999/04/28 19:43:52	1.4
  +++ apr_config.h.in	1999/05/26 20:22:32	1.5
  @@ -115,7 +115,7 @@
   
   #ifdef HAVE_ERRNO_H
   #include <errno.h>
  -#endif /* HAVE_ERRNO_H *?
  +#endif /* HAVE_ERRNO_H */
   
   #ifdef HAVE_NET_ERRNO_H
   #include <net/errno.h>