Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
authorjbj <devnull@localhost>
Sat, 30 Oct 1999 16:43:29 +0000 (16:43 +0000)
committerjbj <devnull@localhost>
Sat, 30 Oct 1999 16:43:29 +0000 (16:43 +0000)
commit2b84d36c2edb0acd8f47bd3316e1535cfdf60fc0
tree5d1b1ea400702929b202811bf728a6e6ecf098ab
parent533991efdbbeff0c0f3b6f5b008c748ee61bc85e
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
Make ufdClose() static, use Fclose() with ufdio cookie throughout.
rpm.c: Clean urlinfoCache and rpmBuildArgs leaks.
url.c: urlIsURL() should be here, not in rpmio.c.
url.c: Preserve FD_t abstraction by creating ufdGetUrlinfo().
url.c: Create freeUrlinfoCache().
rpmio.c: Create ufdio cookie.

CVS patchset: 3407
CVS date: 1999/10/30 16:43:29
34 files changed:
build.c
build/build.c
build/pack.c
build/parsePreamble.c
lib/cpio.c
lib/falloc.c
lib/formats.c
lib/ftp.c
lib/install.c
lib/macro.c
lib/misc.c
lib/misc.h
lib/oldheader.c
lib/package.c
lib/query.c
lib/rpmchecksig.c
lib/rpminstall.c
lib/rpmio.h
lib/rpmrc.c
lib/rpmurl.h
lib/signature.c
lib/tread.c
lib/uninstall.c
lib/url.c
lib/verify.c
po/rpm.pot
rpm.c
rpm2cpio.c
rpmio/macro.c
tools/dump.c
tools/rpmgettext.c
tools/rpmheader.c
tools/rpmlead.c
tools/rpmsignature.c