X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2FDARWIN%2Fosi_file.c;h=bbecfd4f49fd5877c609b69f76380b8fc6213507;hp=4012ff7332b788cc60e0b854c99cbbb46d06c0b9;hb=456ee898ae77b201275363f4efc0098c28e195d5;hpb=2d8fa26022e6a9aac1877d0b6b73a3b1922a2674 diff --git a/src/afs/DARWIN/osi_file.c b/src/afs/DARWIN/osi_file.c index 4012ff7..bbecfd4 100644 --- a/src/afs/DARWIN/osi_file.c +++ b/src/afs/DARWIN/osi_file.c @@ -321,7 +321,7 @@ afs_osi_Read(struct osi_file *afile, int offset, void *aptr, if (!afs_shuttingdown) osi_Panic("osi_Read called with null param"); else - return EIO; + return -EIO; } if (offset != -1)