You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by wr...@locus.apache.org on 2000/10/16 08:18:20 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_time.h

wrowe       00/10/15 23:18:20

  Modified:    src/lib/apr/include apr_time.h
  Log:
    Pesky straggler
  
  Revision  Changes    Path
  1.27      +2 -2      apache-2.0/src/lib/apr/include/apr_time.h
  
  Index: apr_time.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_time.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- apr_time.h	2000/08/06 06:07:10	1.26
  +++ apr_time.h	2000/10/16 06:18:19	1.27
  @@ -66,8 +66,8 @@
    * @package APR Time library
    */
   
  -APR_VAR_IMPORT const char apr_month_snames[12][4];
  -APR_VAR_IMPORT const char apr_day_snames[7][4];
  +APR_DECLARE_DATA const char apr_month_snames[12][4];
  +APR_DECLARE_DATA const char apr_day_snames[7][4];
   
   /* number of microseconds since 00:00:00 january 1, 1970 UTC */
   typedef apr_int64_t apr_time_t;