diff options
| author | maxv <maxv@NetBSD.org> | 2014-11-09 17:48:07 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2014-11-09 17:48:07 +0000 |
| commit | 0d955aa7ed8bdcbbd4611c526e06b655f0a24ccb (patch) | |
| tree | 4d64bbf3b2f89ef19b5be2f03d62dbea890db607 /sys/compat/linux/common/linux_socketcall.c | |
| parent | 8b76585aeaf8797a1a42382d5ccc31c62ff907cf (diff) | |
Do not uselessly include <sys/malloc.h>.
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index a4ac9c38103..bf07defa14c 100644 --- a/sys/compat/linux/common/linux_socketcall.c +++ b/sys/compat/linux/common/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.44 2014/06/21 10:23:07 maxv Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.45 2014/11/09 17:48:08 maxv Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -30,13 +30,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.44 2014/06/21 10:23:07 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.45 2014/11/09 17:48:08 maxv Exp $"); #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/malloc.h> #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/file.h> |
