diff options
author | jbj <devnull@localhost> | 2000-05-12 23:12:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-05-12 23:12:15 +0000 |
commit | 4c63d48ebeb2c1bcf788f6943ab5c7649a4956ca (patch) | |
tree | 6dcc686fca635f1a6ac907ea58928a99f37d7fd5 /lib/falloc.c | |
parent | 9733e2e589c60f2f0112b00ac6575e97e9628671 (diff) | |
download | librpm-tizen-4c63d48ebeb2c1bcf788f6943ab5c7649a4956ca.tar.gz librpm-tizen-4c63d48ebeb2c1bcf788f6943ab5c7649a4956ca.tar.bz2 librpm-tizen-4c63d48ebeb2c1bcf788f6943ab5c7649a4956ca.zip |
Remiver compiler warnings on alpha.
CVS patchset: 3725
CVS date: 2000/05/12 23:12:15
Diffstat (limited to 'lib/falloc.c')
-rw-r--r-- | lib/falloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/falloc.c b/lib/falloc.c index c6a5d53e7..7207f0c1f 100644 --- a/lib/falloc.c +++ b/lib/falloc.c @@ -43,7 +43,7 @@ FDIO_t fadio = /*@-compmempass@*/ &fadio_s /*@=compmempass@*/ ; /* =============================================================== */ /* flags are the same as for open(2) - NULL returned on error */ -FD_t fadOpen(const char * path, int flags, int perms) +FD_t fadOpen(const char * path, int flags, mode_t perms) { struct faFileHeader newHdr; FD_t fd; |