rpmconstant.h   rpmconstant.h 
skipping to change at line 34 skipping to change at line 34
#include <rpmtypes.h> #include <rpmtypes.h>
#include <rpmtag.h> #include <rpmtag.h>
#include <rpmdb.h> #include <rpmdb.h>
#include <rpmts.h> #include <rpmts.h>
#include <rpmte.h> #include <rpmte.h>
#include <rpmps.h> #include <rpmps.h>
#include <rpmds.h> #include <rpmds.h>
#include <rpmfi.h> #include <rpmfi.h>
//#include <misc.h> #include <misc.h>
#include <rpmbuild.h> #include <rpmbuild.h>
/** /**
* A constant pair name/value * A constant pair name/value
*/ */
typedef /*@abstract@*/ struct rpmconstant_s *rpmconstant; typedef /*@abstract@*/ struct rpmconstant_s *rpmconstant;
/** /**
* A constant list set * A constant list set
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 rpmdb.h   rpmdb.h 
skipping to change at line 18 skipping to change at line 18
*/ */
#include <assert.h> #include <assert.h>
#include <mire.h> #include <mire.h>
#include <rpmtypes.h> #include <rpmtypes.h>
#include <rpmtag.h> /* XXX Header typedef */ #include <rpmtag.h> /* XXX Header typedef */
#if defined(_RPMDB_INTERNAL) #if defined(_RPMDB_INTERNAL)
#if defined(WITH_DB) #if defined(WITH_DB)
#include "db.h" #include <db51/db.h>
#else #else
#include "db_emu.h" #include <db51/db.h>
//#include "db_emu.h"
#endif #endif
#endif #endif
#if defined(_RPMDB_INTERNAL) #if defined(_RPMDB_INTERNAL)
#define DBT_INIT /*@-fullinitblock@*/ {0} /*@-fullinitblock@*/ /* - Wno-missing-field-initializers */ #define DBT_INIT /*@-fullinitblock@*/ {0} /*@-fullinitblock@*/ /* - Wno-missing-field-initializers */
#endif #endif
/*@-exportlocal@*/ /*@-exportlocal@*/
/*@unchecked@*/ /*@unchecked@*/
extern int _rpmdb_debug; extern int _rpmdb_debug;
 End of changes. 2 change blocks. 
2 lines changed or deleted 3 lines changed or added


 rpmio.h   rpmio.h 
skipping to change at line 304 skipping to change at line 304
/*@modifies *st, errno, fileSystem, internalState @*/; /*@modifies *st, errno, fileSystem, internalState @*/;
/** /**
* fstat(2) clone. * fstat(2) clone.
*/ */
int Fstat(FD_t fd, /*@out@*/ struct stat * st) int Fstat(FD_t fd, /*@out@*/ struct stat * st)
/*@globals errno, fileSystem, internalState @*/ /*@globals errno, fileSystem, internalState @*/
/*@modifies *st, errno, fileSystem, internalState @*/; /*@modifies *st, errno, fileSystem, internalState @*/;
/** /**
* posix_fadvise(2) clone.
*/
int Fadvise(FD_t fd, off_t offset, off_t length, int advice)
/*@globals fileSystem, internalState @*/
/*@modifies fileSystem, internalState @*/;
/**
* posix_fallocate(3)/fallocate(2) clone. * posix_fallocate(3)/fallocate(2) clone.
*/ */
int Fallocate(FD_t fd, off_t offset, off_t length) int Fallocate(FD_t fd, off_t offset, off_t length)
/*@globals fileSystem, internalState @*/ /*@globals fileSystem, internalState @*/
/*@modifies fileSystem, internalState @*/; /*@modifies fileSystem, internalState @*/;
/** /**
* chown(2) clone. * chown(2) clone.
* @todo Implement remotely. * @todo Implement remotely.
*/ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 7 lines changed or added


 rpmts.h   rpmts.h 
skipping to change at line 12 skipping to change at line 12
#define H_RPMTS #define H_RPMTS
/** \ingroup rpmts /** \ingroup rpmts
* \file lib/rpmts.h * \file lib/rpmts.h
* Structures and prototypes used for an "rpmts" transaction set. * Structures and prototypes used for an "rpmts" transaction set.
*/ */
#include "rpmps.h" #include "rpmps.h"
#include "rpmsw.h" #include "rpmsw.h"
#include <rpmpgp.h> /* XXX pgpVSFlags */ #include <rpmpgp.h> /* XXX pgpVSFlags */
#if defined(_RPMTS_INTERNAL)
#include <rpmbag.h> #include <rpmbag.h>
#endif
/*@-exportlocal@*/ /*@-exportlocal@*/
/*@unchecked@*/ /*@unchecked@*/
extern int _rpmts_debug; extern int _rpmts_debug;
/*@unchecked@*/ /*@unchecked@*/
extern int _rpmts_macros; extern int _rpmts_macros;
/*@unchecked@*/ /*@unchecked@*/
extern int _rpmts_stats; extern int _rpmts_stats;
/*@unchecked@*/ /*@unchecked@*/
extern int _fps_debug; extern int _fps_debug;
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added


 rpmversion.h   rpmversion.h 
skipping to change at line 81 skipping to change at line 81
/* link-time information */ /* link-time information */
extern uint32_t rpmlibVersion(void) extern uint32_t rpmlibVersion(void)
/*@*/; /*@*/;
extern uint32_t rpmlibTimestamp(void) extern uint32_t rpmlibTimestamp(void)
/*@*/; /*@*/;
extern uint32_t rpmlibVendor(void) extern uint32_t rpmlibVendor(void)
/*@*/; /*@*/;
/* compile-time information */ /* compile-time information */
#define RPMLIB_VERSION RPMLIB_VERSION_ENCODE(5,3,r,4,0,_) #define RPMLIB_VERSION RPMLIB_VERSION_ENCODE(5,3,r,5,0,_)
#define RPMLIB_TIMESTAMP RPMLIB_TIMESTAMP_ENCODE(2010,9,18,0,0) #define RPMLIB_TIMESTAMP RPMLIB_TIMESTAMP_ENCODE(2010,9,18,0,0)
#define RPMLIB_VENDOR RPMLIB_VENDOR_ENCODE('R','P','M','5') #define RPMLIB_VENDOR RPMLIB_VENDOR_ENCODE('R','P','M','5')
/* RPM release version encoding */ /* RPM release version encoding */
#define RPMLIB_VERSION_ENCODE(major,minor,type,micro,revision,snap) \ #define RPMLIB_VERSION_ENCODE(major,minor,type,micro,revision,snap) \
( RPMLIB_BITFIELD_SET(31,27,(major)) \ ( RPMLIB_BITFIELD_SET(31,27,(major)) \
| RPMLIB_BITFIELD_SET(26,21,(minor)) \ | RPMLIB_BITFIELD_SET(26,21,(minor)) \
| RPMLIB_BITFIELD_SET(20,18,RPMLIB_VERSION_ENCODE_T(type)) \ | RPMLIB_BITFIELD_SET(20,18,RPMLIB_VERSION_ENCODE_T(type)) \
| RPMLIB_BITFIELD_SET(17,10,(micro)) \ | RPMLIB_BITFIELD_SET(17,10,(micro)) \
| RPMLIB_BITFIELD_SET(9,1,(revision)) \ | RPMLIB_BITFIELD_SET(9,1,(revision)) \
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/