=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwtty.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/window/Attic/wwtty.c 2003/06/03 02:56:23 1.6 +++ src/usr.bin/window/Attic/wwtty.c 2003/08/01 22:01:38 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: wwtty.c,v 1.6 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwtty.c,v 1.7 2003/08/01 22:01:38 david Exp $ */ /* $NetBSD: wwtty.c,v 1.4 1995/12/21 11:06:50 mycroft Exp $ */ /* @@ -37,14 +37,14 @@ #if 0 static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwtty.c,v 1.6 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwtty.c,v 1.7 2003/08/01 22:01:38 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include #include -#if !defined(OLD_TTY) && !defined(TIOCGWINSZ) +#if !defined(OLD_TTY) #include #endif