=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwscroll.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/window/Attic/wwscroll.c 2003/06/03 02:56:23 1.5 --- src/usr.bin/window/Attic/wwscroll.c 2003/07/10 00:06:52 1.6 *************** *** 1,4 **** ! /* $OpenBSD: wwscroll.c,v 1.5 2003/06/03 02:56:23 millert Exp $ */ /* $NetBSD: wwscroll.c,v 1.3 1995/09/28 10:35:53 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: wwscroll.c,v 1.6 2003/07/10 00:06:52 david Exp $ */ /* $NetBSD: wwscroll.c,v 1.3 1995/09/28 10:35:53 tls Exp $ */ /* *************** *** 37,45 **** #if 0 static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwscroll.c,v 1.5 2003/06/03 02:56:23 millert Exp $"; #endif #endif /* not lint */ #include "ww.h" #include "tt.h" --- 37,47 ---- #if 0 static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwscroll.c,v 1.6 2003/07/10 00:06:52 david Exp $"; #endif #endif /* not lint */ + + #include #include "ww.h" #include "tt.h"