=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/display.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/talk/display.c 2004/03/02 21:04:42 1.14 --- src/usr.bin/talk/display.c 2009/10/27 23:59:44 1.15 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.14 2004/03/02 21:04:42 tedu Exp $ */ /* $NetBSD: display.c,v 1.3 1994/12/09 02:14:13 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.15 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: display.c,v 1.3 1994/12/09 02:14:13 jtc Exp $ */ /* *************** *** 29,41 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; - #endif - static const char rcsid[] = "$OpenBSD: display.c,v 1.14 2004/03/02 21:04:42 tedu Exp $"; - #endif /* not lint */ /* * The window 'manager', initializes curses and handles the actual --- 29,34 ----