Bugzilla – Attachment 48564 Details for
Bug 114918
improvements for jigdo package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
new patch file
jigdo-0.7.2.diff (text/plain), 1.33 KB, created by
Forgotten User OS1JNCFbCX
on 2005-09-02 08:51:41 UTC
(
hide
)
Description:
new patch file
Filename:
MIME Type:
Creator:
Forgotten User OS1JNCFbCX
Created:
2005-09-02 08:51:41 UTC
Size:
1.33 KB
patch
obsolete
>--- ./src/cachefile.cc~ 2005-08-22 19:15:33.000000000 +0200 >+++ ./src/cachefile.cc 2005-08-22 19:15:52.000000000 +0200 >@@ -131,7 +131,7 @@ > //________________________________________ > > Status CacheFile::findName(const byte*& resultData, size_t& resultSize, >- const string& fileName, long long int& resultFileSize, >+ const string& fileName, off_t& resultFileSize, > time_t& resultMtime) { > DBT key; memset(&key, 0, sizeof(DBT)); > key.data = const_cast<char*>(fileName.c_str()); >--- ./src/cachefile.hh~ 2005-08-22 19:15:29.000000000 +0200 >+++ ./src/cachefile.hh 2005-08-22 19:15:54.000000000 +0200 >@@ -94,7 +94,7 @@ > only valid until the next database operation. */ > Status findName(const byte*& resultData, size_t& resultSize, > const string& fileName, >- long long int& resultFileSize, time_t& resultMtime); >+ off_t& resultFileSize, time_t& resultMtime); > > /** Insert/overwrite entry for the given file (name must be > absolute, file must have the supplied mtime and size). The data >--- ./Makefile.in~ 2005-08-22 22:57:06.000000000 +0200 >+++ ./Makefile.in 2005-08-22 22:57:27.000000000 +0200 >@@ -15,7 +15,7 @@ > > PACKAGE = jigdo > INSTALL = @INSTALL@ >-INSTALL_EXE = @INSTALL@ -s >+INSTALL_EXE = @INSTALL@ > INSTALL_DATA = @INSTALL@ -m 644 > INSTALL_SCRIPT = @INSTALL@ -m 755 > AWK = @AWK@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 114918
: 48564 |
48566