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

1999/0122/port/dev.c (diff list | history)

1998/0829/sys/src/9/port/dev.c:159,1651999/0122/sys/src/9/port/dev.c:159,165 (short | long | prev | next)
Drop eqqid (it will be back).
rsc Fri Mar 4 12:44:25 2005
1993/0330    
		case 0: 
			break; 
1990/0227    
		case 1: 
1993/0501    
			if(eqqid(c->qid, dir.qid)) { 
1999/0122    
			if(c->qid.path == dir.qid.path) { 
1993/0323    
				if(c->flag&CMSG) 
					dir.mode |= CHMOUNT; 
1990/0227    
				convD2M(&dir, db); 
1998/0829/sys/src/9/port/dev.c:211,2171999/0122/sys/src/9/port/dev.c:211,217
1990/0227    
		case 0: 
			break; 
		case 1: 
1991/1112    
			if(eqqid(c->qid, dir.qid)) { 
1999/0122    
			if(c->qid.path == dir.qid.path) { 
1993/0501    
				if(strcmp(up->user, dir.uid) == 0) 
1991/1112    
					mode = dir.mode; 
1993/0501    
				else 


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