From 009ce05bfe3bd6bf626b80c1af34ea9d38fb180a Mon Sep 17 00:00:00 2001 From: arr Date: Tue, 30 Apr 2002 07:41:59 +0000 Subject: - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc. - Remove atm_uma_ctor() as the M_ZERO will zero out the memory for us. --- sys/netatm/atm_var.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netatm/atm_var.h') diff --git a/sys/netatm/atm_var.h b/sys/netatm/atm_var.h index eb7ee35..b681950 100644 --- a/sys/netatm/atm_var.h +++ b/sys/netatm/atm_var.h @@ -168,7 +168,6 @@ void atm_initialize(void); void * atm_allocate(struct sp_info *); void atm_free(void *); void atm_release_pool(struct sp_info *); -void atm_uma_ctor(void *, int); void atm_timeout(struct atm_time *, int, void (*)(struct atm_time *) ); int atm_untimeout(struct atm_time *); -- cgit v1.1