xfree86: os-support: clean out remains of SVR3/sysv support
SVR3/sysv support had been removed 13 years ago, but there still was
some fallout left. The symbol HAS_SVR3_MMAPDRV never had been set by
autoconf, let alone meson, so this piece of code is really dead.
Fixes: 6ce1908ba4
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1414>
			
			
This commit is contained in:
		
							parent
							
								
									385226bdaf
								
							
						
					
					
						commit
						bfcc7726a8
					
				| 
						 | 
				
			
			@ -113,15 +113,6 @@
 | 
			
		|||
#endif
 | 
			
		||||
#endif                          /* _NEED_SYSI86 */
 | 
			
		||||
 | 
			
		||||
#if defined(HAS_SVR3_MMAPDRV)
 | 
			
		||||
#include <sys/sysmacros.h>
 | 
			
		||||
#if !defined(_NEED_SYSI86)
 | 
			
		||||
#include <sys/immu.h>
 | 
			
		||||
#include <sys/region.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <sys/mmap.h>           /* MMAP driver header */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if !defined(__sun) || defined(HAVE_SYS_VT_H)
 | 
			
		||||
#define HAS_USL_VTS
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue