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: 22-Oct-2007 03:14:51
Branch: HEAD Handle: 2007102202145100
Modified files:
rpm/rpmdb header.h
Log:
- add append bit to handle headerAddOrAppendYetAnotherDatum method
madness.
Summary:
Revision Changes Path
1.54 +1 -0 rpm/rpmdb/header.h
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmdb/header.h
============================================================================
$ cvs diff -u -r1.53 -r1.54 header.h
--- rpm/rpmdb/header.h 21 Oct 2007 23:22:56 -0000 1.53
+++ rpm/rpmdb/header.h 22 Oct 2007 01:14:51 -0000 1.54
@@ -189,6 +189,7 @@
int ix;
unsigned int freeData : 1;
unsigned int avail : 1;
+ unsigned int append : 1;
};
typedef struct _HE_s HE_s;
#endif
@@ .
Received on Mon Oct 22 03:14:52 2007