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

1990/0802/gnot/devenv.c (diff list | history)

1990/03091/sys/src/9/gnot/devenv.c:143,1491990/0802/sys/src/9/gnot/devenv.c:143,149 (short | long | prev | next)
1990/03091    
				goto Free; 
			} 
			if(p2+p2->n > envalloc.end) 
				panic("compactpte copying too much"); 
1990/0802    
				panic("compactenv copying too much"); 
1990/03091    
			memcpy(p1, p2, p2->n*sizeof(Envval)); 
			p2e->val = p1; 
			if(p2e != e) 


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