plan 9 kernel history: overview | file list | diff list

1992/0609/gnot/devisdn.c (diff list | history)

1992/0609/sys/src/9/gnot/devisdn.c:57,631992/0627/sys/src/9/gnot/devisdn.c:57,63 (short | long | prev | next)
1992/0609    
void 
isdnreset(void) 
{ 
	isdndev = ialloc(conf.nisdn*sizeof(Isdn), 0); 
1992/0627    
	isdndev = xalloc(conf.nisdn*sizeof(Isdn)); 
1992/0609    
	isdndevN = &isdndev[conf.nisdn]; 
} 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)