No need to #include malloc.h here.

This commit is contained in:
bouyer 1998-12-04 11:02:30 +00:00
parent 3efc699962
commit cdbe530495
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs_vnops.c,v 1.16 1998/09/01 03:11:08 thorpej Exp $ */
/* $NetBSD: ffs_vnops.c,v 1.17 1998/12/04 11:02:30 bouyer Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -50,7 +50,6 @@
#include <sys/conf.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
#include <sys/pool.h>
#include <sys/signalvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ufs_inode.c,v 1.11 1998/06/08 04:27:52 scottr Exp $ */
/* $NetBSD: ufs_inode.c,v 1.12 1998/12/04 11:02:30 bouyer Exp $ */
/*
* Copyright (c) 1991, 1993
@ -48,7 +48,6 @@
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/namei.h>
#include <ufs/ufs/quota.h>