mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
- Change the atm_cm_init function to take no argument.
This commit is contained in:
parent
839af0c103
commit
a3d5f221b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96176
@ -107,7 +107,7 @@ static uma_zone_t atm_connection_zone;
|
||||
static uma_zone_t atm_connvc_zone;
|
||||
|
||||
void
|
||||
atm_cm_init(void *arg)
|
||||
atm_cm_init(void)
|
||||
{
|
||||
|
||||
atm_connection_zone = uma_zcreate("atm connection",
|
||||
|
@ -344,7 +344,7 @@ struct atm_cm_stat {
|
||||
u_long cms_rcvconnvc; /* Packets dropped, bad connvc state */
|
||||
};
|
||||
|
||||
void atm_cm_init(void *);
|
||||
void atm_cm_init(void);
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user