=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/tset.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/tset/tset.c 1999/01/18 18:57:36 1.11 --- src/usr.bin/tset/tset.c 1999/03/02 06:23:56 1.12 *************** *** 103,109 **** #include /* for bool typedef */ #include ! MODULE_ID("$From: tset.c,v 0.35 1999/01/02 19:57:24 tom Exp $") extern char **environ; --- 103,109 ---- #include /* for bool typedef */ #include ! MODULE_ID("$From: tset.c,v 0.36 1999/02/23 11:05:30 tom Exp $") extern char **environ; *************** *** 599,606 **** ttype = 0; } else { ! (void)fprintf(stderr, "tset: can't initialize terminal\ ! type %s (error %d)\n", ttype, errret); ttype = 0; } ttype = askuser(ttype); --- 599,605 ---- ttype = 0; } else { ! (void)fprintf(stderr, "tset: can't initialize terminal type %s (error %d)\n", ttype, errret); ttype = 0; } ttype = askuser(ttype);