Changeset 486
- Timestamp:
- Jan 1, 2015, 5:47:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpm/branches/rpm-4.8.1/lib/rpmdb.c
r483 r486 3078 3078 goto cont; 3079 3079 3080 if ((xx = rename(src, dest)) != 0) { 3080 /* YD use URPO renameForce() to override EACCESS on locked files */ 3081 if ((xx = renameForce(src, dest)) != 0) { 3081 3082 rc = 1; 3082 3083 goto cont;
Note:
See TracChangeset
for help on using the changeset viewer.