diff options
author | jbj <devnull@localhost> | 2003-06-24 19:29:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-06-24 19:29:36 +0000 |
commit | 85a5a1cfe31c4c24fee48e6f9dbadb1de42745cc (patch) | |
tree | f1aa00a518ac06ac279c8b5ddb61a767283f2a20 /rpmio | |
parent | 86704da569d91112768240b28a05e77fc1ac2d13 (diff) | |
download | librpm-tizen-85a5a1cfe31c4c24fee48e6f9dbadb1de42745cc.tar.gz librpm-tizen-85a5a1cfe31c4c24fee48e6f9dbadb1de42745cc.tar.bz2 librpm-tizen-85a5a1cfe31c4c24fee48e6f9dbadb1de42745cc.zip |
Sanity.
CVS patchset: 6918
CVS date: 2003/06/24 19:29:36
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmio.h b/rpmio/rpmio.h index 538fcf717..432bd75e3 100644 --- a/rpmio/rpmio.h +++ b/rpmio/rpmio.h @@ -501,7 +501,7 @@ ssize_t fdWrite(void * cookie, const char * buf, size_t count) int fdClose( /*@only@*/ void * cookie) /*@globals errno, fileSystem, systemState, internalState @*/ /*@modifies *cookie, errno, fileSystem, systemState, internalState @*/; -#define fdCLose(_fd) fdio->close(_fd) +#define fdClose(_fd) fdio->close(_fd) /** */ |