Headers that will be shared between old includes and NetBSD-like includes are moved into common/include tree. They are still copied in /usr/include in 'make includes', so compilation and programs aren't be affected.
		
			
				
	
	
		
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*	sys/ioc_file.h - File ioctl() command codes.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _SYS_IOC_FILE_H
 | 
						|
#define _SYS_IOC_FILE_H
 | 
						|
 | 
						|
#include <minix/ioctl.h>
 | 
						|
 | 
						|
#define FIONREAD	_IOR('f', 1, int)
 | 
						|
 | 
						|
#endif /* _SYS_IOC_FILE_H */
 |