Deleted Added
full compact
12c12
< "@(#) $Header: parsenfsfh.c,v 1.12 96/12/10 23:25:50 leres Exp $ (LBL)";
---
> "@(#) $Header: parsenfsfh.c,v 1.14 97/06/15 13:20:27 leres Exp $ (LBL)";
18a19
> #ifdef HAVE_MEMORY_H
19a21
> #endif
316c318,319
< memcpy((char *)fsidp, fh, 14); /* just use the whole thing */
---
> /* just use the whole thing */
> memcpy((char *)fsidp, (char *)fh, 14);
322c325
< memcpy((char *)tempa, fh, 14); /* ensure alignment */
---
> memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */