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

2000/0308/ip/netlog.c (diff list | history)

1999/0731/sys/src/9/ip/netlog.c:167,1732000/0308/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; 
 
	n = parsefields(buf, fields, 10, " "); 
2000/0308    
	n = getfields(buf, fields, 10, 1, " "); 
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)