From ab7dd85bfbe9a176c2d5055d52185ae6364f97af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 2002 01:48:25 +0000 Subject: 2002-05-13 Marcus Brinkmann * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Allocate three, not two, more than LEN when appending '/.'. * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check if NAME ends with '/.' if it is shorter than 2 chars. * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated files #include instead of . --- mach/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mach') diff --git a/mach/Makefile b/mach/Makefile index a4e4c07..cf274ce 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -96,8 +96,8 @@ ifndef mach-syscalls no_deps=t else $(mach-syscalls:%=$(objpfx)%.S): $(objpfx)%.S: $(objpfx)mach-syscalls.mk - (echo '#include '; \ - echo 'kernel_trap(__$*,$(sysno-$*),$(nargs-$*))'; \ + (echo '#include '; \ + echo 'kernel_trap (__$*,$(sysno-$*),$(nargs-$*))'; \ echo 'weak_alias (__$*, $*)') > $@-new mv -f $@-new $@ generated += $(mach-syscalls:=.S) -- cgit v1.1