Deleted Added
full compact
38c38
< * $Id: union_subr.c,v 1.14 1997/02/22 09:40:40 peter Exp $
---
> * $Id: union_subr.c,v 1.15 1997/03/23 03:36:59 bde Exp $
898c898
< cn.cn_pnbuf = (caddr_t) malloc(cn.cn_namelen, M_NAMEI, M_WAITOK);
---
> cn.cn_pnbuf = (caddr_t) malloc(cn.cn_namelen+1, M_NAMEI, M_WAITOK);