From 30922a239daf8f410ee424bc5a0daf4ee92d31f0 Mon Sep 17 00:00:00 2001 From: eck Date: Fri, 28 Sep 1990 15:19:06 +0000 Subject: [PATCH] changed some names because of namespace pollution --- mach/vax4/libbsd4_1a/_gtty.c | 2 +- mach/vax4/libbsd4_1a/head_em.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mach/vax4/libbsd4_1a/_gtty.c b/mach/vax4/libbsd4_1a/_gtty.c index afa1b0349..0b2f0cc2b 100644 --- a/mach/vax4/libbsd4_1a/_gtty.c +++ b/mach/vax4/libbsd4_1a/_gtty.c @@ -4,5 +4,5 @@ _gtty(fildes,argp) int fildes ; struct sgttyb *argp ; { - return ioctl(fildes,TIOCGETP,argp) ; + return _ioctl(fildes,TIOCGETP,argp) ; } diff --git a/mach/vax4/libbsd4_1a/head_em.s b/mach/vax4/libbsd4_1a/head_em.s index d9fd41cab..315e21bc7 100644 --- a/mach/vax4/libbsd4_1a/head_em.s +++ b/mach/vax4/libbsd4_1a/head_em.s @@ -73,9 +73,9 @@ Im2: .data4 1 .data4 0 .reghp: - .data4 _end + .data4 __end .limhp: - .data4 _end + .data4 __end hol0: .space 8 .trppc: -- 2.34.1