diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-10 18:53:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-10 18:53:29 +0000 |
| commit | ae3d216ad8cde8ed70de4752bda5c19302f0dfcf (patch) | |
| tree | e57b4fe29d82139a6bd176af225e5e056dda77c3 /sys | |
| parent | 326acf4d96a6316abe84ec1d40e86d4facce97e3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 | ||||
| -rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 9b5accd39b96c..7c2b6ecb89c96 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.81 1999/01/28 17:32:01 dillon Exp $ + * $Id: nfs_vfsops.c,v 1.82 1999/02/16 10:49:54 dfr Exp $ */ #include <sys/param.h> @@ -283,7 +283,7 @@ nfs_statfs(mp, sbp, p) nfsm_postop_attr(vp, retattr); if (error) { if (mrep != NULL) - m_free(mrep); + m_freem(mrep); goto nfsmout; } nfsm_dissect(sfp, struct nfs_statfs *, NFSX_STATFS(v3)); diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 9b5accd39b96c..7c2b6ecb89c96 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.81 1999/01/28 17:32:01 dillon Exp $ + * $Id: nfs_vfsops.c,v 1.82 1999/02/16 10:49:54 dfr Exp $ */ #include <sys/param.h> @@ -283,7 +283,7 @@ nfs_statfs(mp, sbp, p) nfsm_postop_attr(vp, retattr); if (error) { if (mrep != NULL) - m_free(mrep); + m_freem(mrep); goto nfsmout; } nfsm_dissect(sfp, struct nfs_statfs *, NFSX_STATFS(v3)); |
