Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal inet_aton.c configure.in Makefile.am

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 11 Oct 1999 02:38:31 -0500 (CDT)
guy         1999/10/11 02:38:27 CDT

  Modified files:
    .                    configure.in Makefile.am 
  Added files:
    .                    inet_aton.c 
  Log:
  Solaris 7 doesn't have "inet_aton()", either; supply our own version on
  OSes that don't have it.
  
  (Yes, this is BSD code, not GPLed code.  I tried getting it from Glibc,
  but the glibc version is just the BSD version, so I guess it's OK to mix
  BSD code in with GPLed code, or, at least, with LGPLed code....)
  
  Revision  Changes    Path
  1.49      +10 -1     ethereal/configure.in
  1.79      +6 -4      ethereal/Makefile.am