more #ifdefs

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@263 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-02-11 22:15:00 +00:00
parent cc9b280415
commit c23bb35fd8

View File

@@ -378,7 +378,7 @@ int getpty(int *ptynum)
char *cp, *p1, *p2;
int i;
int dummy;
#ifdef HAVE_OPENPTY
#if 0 /* && defined(HAVE_OPENPTY) */
int master;
int slave;
if(openpty(&master, &slave, line, 0, 0) == 0){
@@ -1182,7 +1182,7 @@ int cleanopen(char *line)
}
#endif /* !defined(CRAY) || !defined(NEWINIT) */
#if BSD <= 43
#if !defined(BSD4_4)
int login_tty(int t)
{