X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Flwp%2Fiomgr.c;h=cbf5232ab7e52bf69c37f5a5625f5ea681f578fa;hp=8f0a7bcc2da12c57094abd0d485b40ed75bdf699;hb=900f7cc5f7c0b35a8efebc6c7166efa7625a0493;hpb=3613d41515438a5615c3ffcdde5616c5f4e1c6ae diff --git a/src/lwp/iomgr.c b/src/lwp/iomgr.c index 8f0a7bc..cbf5232 100644 --- a/src/lwp/iomgr.c +++ b/src/lwp/iomgr.c @@ -158,7 +158,7 @@ fd_set *IOMGR_AllocFDSet(void) iomgrFreeFDSets = iomgrFreeFDSets->next; } else { - t = (struct IOMGR_fd_set *)malloc(sizeof(fd_set)); + t = malloc(sizeof(fd_set)); } if (!t) return (fd_set*)0;