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

2001/1117/ip/netlog.c (diff list | history)

2000/0308/sys/src/9/ip/netlog.c:167,1732001/1117/sys/src/9/ip/netlog.c:167,173 (short | long | prev | next)
1997/0327    
	if(len > 0 && buf[len-1] == '\n') 
		buf[len-1] = 0; 
 
2000/0308    
	n = getfields(buf, fields, 10, 1, " "); 
2001/1117    
	n = tokenize(buf, fields, 10); 
1997/0327    
	if(n < 2) 
		return Ebadnetctl; 
 


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