projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68325b9
)
Typo.
author
jbj
<devnull@localhost>
Sun, 28 Mar 2004 16:24:02 +0000
(16:24 +0000)
committer
jbj
<devnull@localhost>
Sun, 28 Mar 2004 16:24:02 +0000
(16:24 +0000)
CVS patchset: 7204
CVS date: 2004/03/28 16:24:02
lib/rpmds.h
patch
|
blob
|
history
diff --git
a/lib/rpmds.h
b/lib/rpmds.h
index ff253bec4ad3a4b80dd6c08878d19475afe01ec9..a5ee2003865006653394db9c92d52f4c04eabcc4 100644
(file)
--- a/
lib/rpmds.h
+++ b/
lib/rpmds.h
@@
-231,7
+231,7
@@
time_t rpmdsBT(/*@null@*/ const rpmds ds)
* @param ds dependency set
* @return dependency build time, 0 on invalid
*/
-time_t rpmdsSetB
uildtime
(/*@null@*/ const rpmds ds, time_t BT)
+time_t rpmdsSetB
T
(/*@null@*/ const rpmds ds, time_t BT)
/*@modifies ds @*/;
/**