X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fvol%2Fihandle.h;h=4c76467d2c246c6b210167236dcf17e321dbed62;hp=56223edc6143e5b1ed1c6d99a04de39c8b242500;hb=c0683441a0121433d772bfb36e1e9a1c020a5dcb;hpb=40fb2650b783fbafe51aefd3d0af7a6b0536c265 diff --git a/src/vol/ihandle.h b/src/vol/ihandle.h index 56223ed..4c76467 100644 --- a/src/vol/ihandle.h +++ b/src/vol/ihandle.h @@ -348,9 +348,9 @@ extern FdHandle_t *ih_attachfd(IHandle_t * ihP, FD_t fd); #define IH_OPEN(H) ih_open(H) -#define FDH_CLOSE(H) (fd_close(H), (H)=NULL, 0) +#define FDH_CLOSE(H) (fd_close(H), (H)=NULL) -#define FDH_REALLYCLOSE(H) (fd_reallyclose(H), (H)=NULL, 0) +#define FDH_REALLYCLOSE(H) (fd_reallyclose(H), (H)=NULL) #define FDH_FDOPEN(H, A) stream_fdopen((H)->fd_fd) @@ -374,7 +374,7 @@ extern FdHandle_t *ih_attachfd(IHandle_t * ihP, FD_t fd); #define STREAM_REALLYCLOSE(H) stream_close(H, 1) -#define IH_RELEASE(H) (ih_release(H), (H)=NULL, 0) +#define IH_RELEASE(H) (ih_release(H), (H)=NULL) #define IH_REALLYCLOSE(H) ih_reallyclose(H)