changed some names because of namespace pollution

This commit is contained in:
eck 1990-09-28 13:47:47 +00:00
parent 4001fbb580
commit 63e1c0e44a
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,5 @@ _gtty(fildes,argp)
int fildes ; int fildes ;
struct sgttyb *argp ; struct sgttyb *argp ;
{ {
return ioctl(fildes,TIOCGETP,argp) ; return _ioctl(fildes,TIOCGETP,argp) ;
} }

View file

@ -84,9 +84,9 @@ Im2:
.data4 1 .data4 1
.data4 0 .data4 0
.reghp: .reghp:
.data4 _end .data4 __end
.limhp: .limhp:
.data4 _end .data4 __end
hol0: hol0:
.space 8 .space 8
.trppc: .trppc: