diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-09-20 12:54:32 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-09-20 12:54:32 +0000 |
commit | 35a7fe647ce46eafedd8a154db1b3b6c04c630a5 (patch) | |
tree | b72d86f8c636b2132383a7135e63d7795f1c5d42 /sys/nfs/nfs_subs.c | |
parent | 2650f9c8b741b5eeac7830ef59dea2409937f8ed (diff) |
MALLOC/FREE -> malloc/free + M_ZERO.
Uneeded includes and casts...
ok krw@
Diffstat (limited to 'sys/nfs/nfs_subs.c')
-rw-r--r-- | sys/nfs/nfs_subs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index ae497c69a62..24620c0820f 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_subs.c,v 1.61 2007/04/19 14:46:44 thib Exp $ */ +/* $OpenBSD: nfs_subs.c,v 1.62 2007/09/20 12:54:31 thib Exp $ */ /* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */ /* @@ -52,7 +52,6 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/stat.h> -#include <sys/malloc.h> #include <sys/pool.h> #include <sys/time.h> |