diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 20:30:34 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 20:30:34 +0000 |
commit | 73803e6455f42883135a7c19e1d118ff952fc86e (patch) | |
tree | 782ae3c472e254b122dd0c368eb8a516f85ad9e2 /sys/conf | |
parent | fedf3c845cad7b49fefb26ab7ee064f1da678141 (diff) |
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 12 |
1 files changed, 6 insertions, 6 deletions
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 |