RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmconstant/ constant.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 19 Aug 2007 - 21:44:27 CEST
Message-Id: <20070819194427.586D7348458@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   19-Aug-2007 21:44:27
  Branch: HEAD                             Handle: 2007081920442700

  Modified files:
    rpm/rpmconstant         constant.c

  Log:
    include per-system includes (struct timeval needed by
    header.h->rpmsw.h).

  Summary:
    Revision    Changes     Path
    1.4         +3  -1      rpm/rpmconstant/constant.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmconstant/constant.c
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 constant.c
  --- rpm/rpmconstant/constant.c	25 Jul 2007 06:18:19 -0000	1.3
  +++ rpm/rpmconstant/constant.c	19 Aug 2007 19:44:27 -0000	1.4
  @@ -1,9 +1,11 @@
   /* Nanar <nanardon@zarb.org>
  - * $Id: constant.c,v 1.3 2007/07/25 06:18:19 rse Exp $
  + * $Id: constant.c,v 1.4 2007/08/19 19:44:27 jbj Exp $
    */
   
  +#include "system.h"
   #include "rpmconstant.h"
   #include <popt.h>
  +#include "debug.h"
   
   int main(int argc, const char *argv[]) {
       char * context =NULL;
  @@ .
Received on Sun Aug 19 21:44:27 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.