patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			541 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			541 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: sys/kern/kern_descrip.c
 | |
| ===================================================================
 | |
| RCS file: /home/ncvs/src/sys/kern/kern_descrip.c,v
 | |
| retrieving revision 1.313
 | |
| diff -u -d -r1.313 kern_descrip.c
 | |
| --- sys/kern/kern_descrip.c	6 Aug 2007 14:26:00 -0000	1.313
 | |
| +++ sys/kern/kern_descrip.c	4 Feb 2008 19:05:42 -0000
 | |
| @@ -2046,7 +2046,7 @@
 | |
|  	int error;
 | |
|  
 | |
|  	*vpp = NULL;
 | |
| -	if ((error = _fget(td, fd, &fp, 0, 0)) != 0)
 | |
| +	if ((error = _fget(td, fd, &fp, flags, 0)) != 0)
 | |
|  		return (error);
 | |
|  	if (fp->f_vnode == NULL) {
 | |
|  		error = EINVAL;
 |