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

1997/1104/ip/netlog.c (diff list | history)

1997/0815/sys/src/9/ip/netlog.c:62,691997/1104/sys/src/9/ip/netlog.c:62,72 (short | long | prev | next)
1997/0327    
		nexterror(); 
	} 
	if(alog.opens == 0){ 
		if(alog.buf == nil) 
1997/1104    
		if(alog.buf == nil){ 
1997/0327    
			alog.buf = malloc(Nlog); 
1997/1104    
			if(alog.buf == nil) 
				error(Enomem); 
		} 
1997/0327    
		alog.rptr = alog.buf; 
		alog.end = alog.buf + Nlog; 
	} 


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