only exclude nfs/rpcv2.h on FreeBSD 8+
This commit is contained in:
		
							parent
							
								
									a355ba22c9
								
							
						
					
					
						commit
						4a926f42d5
					
				@ -23,7 +23,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <sys/param.h>
 | 
					#include <sys/param.h>
 | 
				
			||||||
#include <sys/mount.h>
 | 
					#include <sys/mount.h>
 | 
				
			||||||
#ifdef DARWIN
 | 
					#if !(defined(__FreeBSD__) && (__FreeBSD_version >= 800000))
 | 
				
			||||||
#include <nfs/rpcv2.h>
 | 
					#include <nfs/rpcv2.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#include <nfs/nfsproto.h>
 | 
					#include <nfs/nfsproto.h>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user