You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/11/21 19:09:27 UTC

cvs commit: httpd-2.0/modules/dav/fs dbm.c

gregames    01/11/21 10:09:27

  Modified:    modules/dav/fs dbm.c
  Log:
  include the appropriate header files for ntohs and htons to prevent
  OS/390 build failures.
  
  Revision  Changes    Path
  1.21      +3 -0      httpd-2.0/modules/dav/fs/dbm.c
  
  Index: dbm.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/dbm.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- dbm.c	2001/09/18 08:40:25	1.20
  +++ dbm.c	2001/11/21 18:09:27	1.21
  @@ -72,6 +72,9 @@
   
   #include "apr_dbm.h"
   
  +#define APR_WANT_BYTEFUNC
  +#include "apr_want.h"       /* for ntohs and htons */
  +
   #include "mod_dav.h"
   #include "repos.h"