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

1999/0714/port/qio.c (diff list | history)

1999/0603/sys/src/9/port/qio.c:974,9801999/0714/sys/src/9/port/qio.c:974,980 (short | long | prev | next)
Bug fix: called wrong function name.
rsc Fri Mar 4 12:44:25 2005
1999/0219    
			n = Maxatomic; 
1993/0528    
 
1994/0208    
		b = allocb(n); 
1999/0603    
		tagwithpc(b, (up->text[0]<<24)|(up->text[1]<<16)|(up->text[2]<<8)|up->text[3]); 
1999/0714    
		setmalloctag(b, (up->text[0]<<24)|(up->text[1]<<16)|(up->text[2]<<8)|up->text[3]); 
1994/0804    
		if(waserror()){ 
			freeb(b); 
			nexterror(); 


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