RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmio/ rpmnss.c

From: Anders F. Björklund <afb@rpm5.org>
Date: Wed 05 Dec 2007 - 09:48:59 CET
Message-Id: <20071205084859.F2D8C348469@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   05-Dec-2007 09:48:59
  Branch: HEAD                             Handle: 2007120508485900

  Modified files:
    rpm/rpmio               rpmnss.c

  Log:
    don't include rpmnss.h twice

  Summary:
    Revision    Changes     Path
    1.8         +3  -1      rpm/rpmio/rpmnss.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmnss.c
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 rpmnss.c
  --- rpm/rpmio/rpmnss.c	5 Dec 2007 08:29:01 -0000	1.7
  +++ rpm/rpmio/rpmnss.c	5 Dec 2007 08:48:59 -0000	1.8
  @@ -4,7 +4,6 @@
   
   #include "system.h"
   #include <rpmio.h>
  -#include <rpmnss.h>
   
   #if defined(__LCLINT__)
   #define	__i386__
  @@ -14,6 +13,9 @@
   #define	_RPMNSS_INTERNAL
   #define	_RPMPGP_INTERNAL
   #include <rpmnss.h>
  +#else
  +/* need DIGEST_CTX */
  +#include <rpmpgp.h>
   #endif
   
   #include "debug.h"
  @@ .
Received on Wed Dec 5 09:49:00 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.