You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/06/16 21:15:31 UTC

cvs commit: apache-1.3/src/lib/sdbm sdbm_lock.c

bnicholes    2003/06/16 12:15:31

  Modified:    src/lib/sdbm sdbm_lock.c
  Log:
  Add some prototypes to avoid a warning when compiling with the
  'require prototypes'  flag
  
  Submitted by: G�nter Knauf <gk...@gknw.de>
  
  Revision  Changes    Path
  1.4       +1 -0      apache-1.3/src/lib/sdbm/sdbm_lock.c
  
  Index: sdbm_lock.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/lib/sdbm/sdbm_lock.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sdbm_lock.c	2 Jan 2002 23:10:05 -0000	1.3
  +++ sdbm_lock.c	16 Jun 2003 19:15:31 -0000	1.4
  @@ -5,6 +5,7 @@
   */
   
   #include "ap_config.h"
  +#include "sdbm_tune.h"   /* include the prototypes */
   
       /* The locking support:
        * Try to determine whether we should use fcntl() or flock().