1 #pragma ident "%Z%%M% %I% %E% SMI"
2 /* from UCB 5.2 3/9/86 */
4 * Copyright (c) 1983 Regents of the University of California.
5 * All rights reserved. The Berkeley software License Agreement
6 * specifies the terms and conditions for redistribution.
15 register struct ttyent
*t
;
18 while (t
= getttyent()) {
19 if (strcmp(tty
, t
->ty_name
) == 0)