• Show log

    Commit

  • Hash : 592f5b54
    Author : Paul Eggert
    Date : 2009-04-03T13:24:11

    Port inet_ntop to Solaris 8 (problem found in coreutils 7.2).
    
    * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
    * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
    for Solaris 8.  This is a bit of a hack, as it means it's the
    caller's responsibility to add -lnsl if needed, but most likely it
    won't be needed since only getaddrinfo uses this and getaddrinfo
    isn't needed on Solaris 8.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2007 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.