Remove apollo support

This commit is contained in:
chase
2018-06-24 14:15:00 -05:00
committed by Jon Trulson
parent 01c9b8889b
commit 6bf175ef2d
108 changed files with 59 additions and 2185 deletions

View File

@@ -895,7 +895,6 @@ StartDisplay(
kill (d->serverPid, d->resetSignal);
}
#ifndef __apollo
/*
* initialize d->utmpId. Check to see if anyone else is using
* the requested ID. Always allow the first request for "dt" to
@@ -932,7 +931,6 @@ StartDisplay(
return 0;
}
}
#endif
/*
* set d->gettyLine to "console" for display ":0" if it is not
@@ -1484,7 +1482,7 @@ SetTitle( char *name, char *ptr )
#define GETTYPATH "/usr/libexec/getty"
#elif defined(__linux__)
#define GETTYPATH "/sbin/getty"
#elif !defined (__apollo)
#else
#define GETTYPATH "/etc/getty"
#endif