Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 105481 2002-10-19 21:27:40Z rwatson $
---
> * $FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 106264 2002-10-31 22:35:03Z jeff $
41c41
< __FBSDID("$FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 105481 2002-10-19 21:27:40Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 106264 2002-10-31 22:35:03Z jeff $");
1266c1266
< nfsm_srvnamesiz_xx(int *s, struct mbuf **md, caddr_t *dpos)
---
> nfsm_srvnamesiz_xx(int *s, int m, struct mbuf **md, caddr_t *dpos)
1274c1274
< if (*s > NFS_MAXNAMLEN)
---
> if (*s > m)