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: 30-Jul-2007 04:16:24
Branch: rpm-4_5 Handle: 2007073003162400
Modified files: (Branch: rpm-4_5)
rpm/rpmio tget.c
Log:
ufdio is default.
Summary:
Revision Changes Path
1.7.2.1 +1 -1 rpm/rpmio/tget.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmio/tget.c
============================================================================
$ cvs diff -u -r1.7 -r1.7.2.1 tget.c
--- rpm/rpmio/tget.c 25 May 2007 17:36:37 -0000 1.7
+++ rpm/rpmio/tget.c 30 Jul 2007 02:16:24 -0000 1.7.2.1
@@ -25,7 +25,7 @@
FD_t fd;
fprintf(stderr, "===== %s\n", path);
- fd = Fopen(path, "r.ufdio");
+ fd = Fopen(path, "r");
if (fd != NULL) {
char buf[BUFSIZ];
size_t len = Fread(buf, 1, sizeof(buf), fd);
@@ .
Received on Mon Jul 30 04:16:24 2007