]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-fdClose-typo.patch
- include --x-libraries=/usr/X11R6/%{_lib} in %configure macros
[packages/rpm.git] / rpm-fdClose-typo.patch
1 --- rpm-4.3/rpmio/rpmio.h.orig  2003-05-10 17:20:20.000000000 +0200
2 +++ rpm-4.3/rpmio/rpmio.h       2003-06-19 23:08:44.000000000 +0200
3 @@ -501,7 +501,7 @@
4  int fdClose( /*@only@*/ void * cookie)
5         /*@globals errno, fileSystem, systemState, internalState @*/
6         /*@modifies *cookie, errno, fileSystem, systemState, internalState @*/;
7 -#define        fdCLose(_fd)            fdio->close(_fd)
8 +#define        fdClose(_fd)            fdio->close(_fd)
9  
10  /**
11   */
This page took 0.056905 seconds and 3 git commands to generate.