OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Aug-2002 22:41:40
  Branch: HEAD                             Handle: 2002080921414000

  Modified files:
    openpkg-src/openpkg     rpm.patch.porting

  Log:
    fix source code, discovered by Workshop CC on Solaris 8

  Summary:
    Revision    Changes     Path
    1.2         +15 -0      openpkg-src/openpkg/rpm.patch.porting
  ____________________________________________________________________________

  Index: openpkg-src/openpkg/rpm.patch.porting
  ============================================================
  $ cvs diff -u -r1.1 -r1.2 rpm.patch.porting
  --- openpkg-src/openpkg/rpm.patch.porting     29 May 2002 19:56:14 -0000      1.1
  +++ openpkg-src/openpkg/rpm.patch.porting     9 Aug 2002 20:41:40 -0000       1.2
  @@ -277,3 +277,18 @@
            if (nextMount == mntCount) break;
            mntdir = mounts[nextMount++].f_mntonname;
    #   endif
  ++---------------------------------------------------------------------------
  +| Fix inconsistency in declaration.
  ++---------------------------------------------------------------------------
  +Index: rpmio/rpmio_internal.h
  +--- rpmio/rpmio_internal.h.orig      Fri Aug  9 22:21:42 2002
  ++++ rpmio/rpmio_internal.h   Fri Aug  9 22:21:42 2002
  +@@ -5,7 +5,7 @@
  +  * \file rpmio/rpmio_internal.h
  +  */
  + 
  +-static inline int fdFileno(void * cookie);
  ++inline int fdFileno(void * cookie);
  + 
  + #include <rpmio.h>
  + #include <rpmurl.h>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to