diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 19:30:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 19:30:29 +0000 |
commit | 889b7362ce39de7fd488802b99f9d23a01f3a7dc (patch) | |
tree | 3e87c6eadb9f04dc3deb002e55d8c768c086b23a /sys/compat/ultrix/files.ultrix | |
parent | d6e3f036697796bf7af2cb3e1e6798efad7c598c (diff) |
from netbsd:
Add '/emul/ultrix' pathname processing to Ultrix emulation, and move
Ultrix syscalls that require that processing out of ultrix_misc.c
to ultrix_pathname.c.
Diffstat (limited to 'sys/compat/ultrix/files.ultrix')
-rw-r--r-- | sys/compat/ultrix/files.ultrix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/ultrix/files.ultrix b/sys/compat/ultrix/files.ultrix index 1e2fc3d780f..7425a11eae6 100644 --- a/sys/compat/ultrix/files.ultrix +++ b/sys/compat/ultrix/files.ultrix @@ -1,4 +1,4 @@ -# $NetBSD: files.ultrix,v 1.2 1995/12/26 04:22:30 jonathan Exp $ +# $NetBSD: files.ultrix,v 1.3 1996/01/07 13:38:49 jonathan Exp $ # # Config file description for machine-independent Ultrix compat code. # Included by ports that need it. @@ -6,6 +6,7 @@ # ports should define any machine-specific files they need in their # own file lists. +file compat/ultrix/ultrix_pathname.c compat_ultrix file compat/ultrix/ultrix_ioctl.c compat_ultrix file compat/ultrix/ultrix_misc.c compat_ultrix file compat/ultrix/ultrix_syscalls.c compat_ultrix |