=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/main.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/mail/main.c 1997/07/14 00:24:28 1.7 +++ src/usr.bin/mail/main.c 1997/07/14 15:56:24 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.7 1997/07/14 00:24:28 millert Exp $ */ +/* $OpenBSD: main.c,v 1.8 1997/07/14 15:56:24 millert Exp $ */ /* $NetBSD: main.c,v 1.7 1997/05/13 06:15:57 mikel Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.7 1997/07/14 00:24:28 millert Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.8 1997/07/14 15:56:24 millert Exp $"; #endif #endif /* not lint */ @@ -287,9 +287,9 @@ ospeed = 9600; else ospeed = cfgetospeed(&tbuf); - if (ospeed < 1200) + if (ospeed < B1200) screenheight = 9; - else if (ospeed == 1200) + else if (ospeed == B1200) screenheight = 14; else if (ws.ws_row != 0) screenheight = ws.ws_row;