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_socket.c | |
| parent | 8b76585aeaf8797a1a42382d5ccc31c62ff907cf (diff) | |
Do not uselessly include <sys/malloc.h>.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c index d358c585aa7..2be483875c3 100644 --- a/sys/compat/linux/common/linux_socket.c +++ b/sys/compat/linux/common/linux_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.c,v 1.119 2014/05/23 12:28:51 njoly Exp $ */ +/* $NetBSD: linux_socket.c,v 1.120 2014/11/09 17:48:08 maxv Exp $ */ /*- * Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.119 2014/05/23 12:28:51 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.120 2014/11/09 17:48:08 maxv Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h" @@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.119 2014/05/23 12:28:51 njoly Exp #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> |
