You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Charles Cutler <ch...@ruadh.com> on 2000/06/27 13:52:31 UTC

RE: cvs commit: apache-2.0/src/lib/apr/network_io/beos inet_aton.c

PLEASE UNSUBSCRIBE USER FROM THIS MAIL LIST

___________________________________________

Charles Cutler
Ruadh Ltd
Tel - 00 44 (0)1334 654300
charles@ruadh.com
http://www.ruadh.com

-----Original Message-----
From: dreid@locus.apache.org [mailto:dreid@locus.apache.org]
Sent: 26 June 2000 14:18
To: apache-2.0-cvs@apache.org
Subject: cvs commit: apache-2.0/src/lib/apr/network_io/beos inet_aton.c


dreid       00/06/26 06:18:02

  Modified:    src/lib/apr/network_io/beos inet_aton.c
  Log:
  Add a header file.

  Revision  Changes    Path
  1.7       +1 -0      apache-2.0/src/lib/apr/network_io/beos/inet_aton.c

  Index: inet_aton.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/beos/inet_aton.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- inet_aton.c	2000/06/13 16:44:29	1.6
  +++ inet_aton.c	2000/06/26 13:18:02	1.7
  @@ -72,6 +72,7 @@
   #if BEOS_R5 /* this isn't needed for BONE */

   #include "networkio.h"
  +#include <ctype.h>

   /* BeOS doesn't yet have it's own inet_aton and Bind won't be ported
    * until R5, so this is from a Bind 8 distribution.  It's currently
untested.