OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   28-Nov-2006 20:00:11
  Branch: HEAD                             Handle: 2006112819000900

  Modified files:
    openpkg-src/inetutils   inetutils.patch

  Log:
    not all compilers are smart, so add the usual blank

  Summary:
    Revision    Changes     Path
    1.6         +2  -2      openpkg-src/inetutils/inetutils.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/inetutils/inetutils.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 inetutils.patch
  --- openpkg-src/inetutils/inetutils.patch     28 Nov 2006 16:15:17 -0000      
1.5
  +++ openpkg-src/inetutils/inetutils.patch     28 Nov 2006 19:00:09 -0000      
1.6
  @@ -19,8 +19,8 @@
    cat >>conftest.$ac_ext <<_ACEOF
    /* end confdefs.h.  */
    $ac_includes_default
  -+#include<sys/types.h>
  -+#include<sys/socket.h>
  ++#include <sys/types.h>
  ++#include <sys/socket.h>
    typedef socklen_t ac__type_new_;
    int
    main ()
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to