From 73803e6455f42883135a7c19e1d118ff952fc86e Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Tue, 29 Jun 2010 20:30:34 +0000 Subject: Remove COMPAT_HPUX. No one wanted to support it and its fewmets were blocking other cleanups ok miod@ --- sys/conf/files | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index 463a1ee17a7..36525bf5138 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.492 2010/06/08 12:46:49 jsing Exp $ +# $OpenBSD: files,v 1.493 2010/06/29 20:30:33 guenther Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -1063,16 +1063,16 @@ file compat/common/compat_exec.c !small_kernel file compat/common/compat_util.c !small_kernel file compat/common/compat_dir.c !small_kernel file compat/common/compat_vm.c !small_kernel & - (compat_freebsd | compat_bsdos | compat_sunos | compat_hpux | compat_linux) + (compat_freebsd | compat_bsdos | compat_sunos | compat_linux) file compat/common/kern_info_09.c !small_kernel & - (compat_freebsd | compat_ibcs2 | compat_sunos | compat_hpux | + (compat_freebsd | compat_ibcs2 | compat_sunos | compat_osf1 | compat_linux) file compat/common/kern_ipc_10.c !small_kernel & - (compat_freebsd | compat_ibcs2 | compat_sunos | compat_hpux | compat_bsdos) + (compat_freebsd | compat_ibcs2 | compat_sunos | compat_bsdos) file compat/common/vfs_syscalls_25.c !small_kernel & - (compat_freebsd | compat_bsdos | compat_sunos | compat_hpux) + (compat_freebsd | compat_bsdos | compat_sunos) file compat/common/vfs_syscalls_35.c !small_kernel & (compat_35 | - compat_freebsd | compat_bsdos | compat_sunos | compat_hpux) + compat_freebsd | compat_bsdos | compat_sunos) file compat/common/vfs_syscalls_o43.c !small_kernel & compat_o43 file compat/common/kern_ipc_35.c !small_kernel & compat_35 file compat/common/kern_ipc_23.c !small_kernel & compat_23 -- cgit v1.2.3