Include <sys/malloc.h> for the declaration of malloc(), etc. instead

of depending on namespace pollution 2 layers deep in <vm/uma.h>.  Fixed
most nearby include messes (another like this, several the opposite of
this, and some formatting).
This commit is contained in:
bde 2003-11-14 21:02:10 +00:00
parent 642972defa
commit 53640e6894

View File

@ -34,16 +34,17 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/malloc.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/syslog.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
@ -59,6 +60,7 @@ __FBSDID("$FreeBSD$");
#include <netatm/ipatm/ipatm_var.h>
#include <netatm/ipatm/ipatm_serv.h>
#include <vm/uma.h>
Atm_attributes ipatm_aal5llc = {
NULL, /* nif */