Deleted Added
full compact
37c37
< * $Id: nfs.h,v 1.24 1997/03/29 12:34:33 bde Exp $
---
> * $Id: nfs.h,v 1.25 1997/05/10 16:12:02 dfr Exp $
406a407,412
> struct nfsrv_rec {
> STAILQ_ENTRY(nfsrv_rec) nr_link;
> struct mbuf *nr_address;
> struct mbuf *nr_packet;
> };
>
415,416c421
< struct mbuf *ns_rec;
< struct mbuf *ns_recend;
---
> STAILQ_HEAD(, nfsrv_rec) ns_rec;